Package com.norconex.crawler.core.cli
Class CliCrawlerLauncher
java.lang.Object
com.norconex.crawler.core.cli.CliCrawlerLauncher
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 Summary
Modifier and TypeMethodDescriptionstatic intlaunch(@NonNull CrawlerDriver crawlDriver, String... args)
-
Method Details
-
launch
-