package com.crawler.command; public interface Command { String getName(); String getDescription(); void execute(); }