Class CrawlerContext

java.lang.Object
com.norconex.crawler.core.context.CrawlerContext
All Implemented Interfaces:
Closeable, AutoCloseable

@NonNull public class CrawlerContext extends Object implements Closeable

Crawler class holding state properties required for running commands and tasks.

JMX Support

JMX support is disabled by default. To enable it, set the system property "enableJMX" to true. You can do so by adding this to your Java launch command:

     -DenableJMX=true