public interface CrawlStrategy2 { boolean supports(String url); Article2 crawl(String url); }