Class BeforeFsCommand
java.lang.Object
com.norconex.crawler.fs.callbacks.BeforeFsCommand
- All Implemented Interfaces:
CrawlerCallbacks.CrawlerCommandCallback,BiConsumer<CrawlerSession,Class<? extends Command>>
File system crawler-specific initialization before the crawler starts.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface com.norconex.crawler.core.CrawlerCallbacks.CrawlerCommandCallback
accept
-
Constructor Details
-
BeforeFsCommand
public BeforeFsCommand()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceCrawlerCallbacks.CrawlerCommandCallback
-