package command; import controller.CrawlerController; public interface Command { void execute(CrawlerController controller) throws Exception; }