Class CliCrawlerLauncher

java.lang.Object
com.norconex.crawler.core.cli.CliCrawlerLauncher

public final class CliCrawlerLauncher extends Object
Launches a crawler command with given crawler specifications and command-line arguments. Meant to be invoked from a main(String[] args) method, from crawler implementations (e.g., FS, Web).
  • Method Details

    • launch

      public static int launch(@NonNull @NonNull CrawlerDriver crawlDriver, String... args)