Uses of Interface
com.norconex.crawler.core.cmd.Command
Packages that use Command
Package
Description
-
Uses of Command in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return types with arguments of type CommandModifier and TypeMethodDescriptionBiConsumer<CrawlerSession, Class<? extends Command>> CrawlerCallbacks.getAfterCommand()Invoked after a command has been executed, but before resources are closed.BiConsumer<CrawlerSession, Class<? extends Command>> CrawlerCallbacks.getBeforeCommand()Invoked before a command is executed, after the session and crawl context have been initialized.Method parameters in com.norconex.crawler.core with type arguments of type CommandModifier and TypeMethodDescriptiondefault voidCrawlerCallbacks.CrawlerCommandCallback.accept(CrawlerSession session, Class<? extends Command> commandClass) CrawlerCallbacks.CrawlerCallbacksBuilder.afterCommand(BiConsumer<CrawlerSession, Class<? extends Command>> afterCommand) Invoked after a command has been executed, but before resources are closed.CrawlerCallbacks.CrawlerCallbacksBuilder.beforeCommand(BiConsumer<CrawlerSession, Class<? extends Command>> beforeCommand) Invoked before a command is executed, after the session and crawl context have been initialized. -
Uses of Command in com.norconex.crawler.core.cmd.clean
Classes in com.norconex.crawler.core.cmd.clean that implement Command -
Uses of Command in com.norconex.crawler.core.cmd.crawl
Classes in com.norconex.crawler.core.cmd.crawl that implement Command -
Uses of Command in com.norconex.crawler.core.cmd.storeexport
Classes in com.norconex.crawler.core.cmd.storeexport that implement Command -
Uses of Command in com.norconex.crawler.core.cmd.storeimport
Classes in com.norconex.crawler.core.cmd.storeimport that implement Command -
Uses of Command in com.norconex.crawler.core.event
Methods in com.norconex.crawler.core.event that return types with arguments of type CommandModifier and TypeMethodDescriptionCrawlerEvent.getCommandClass()The command class firing aCrawlerEvent.CRAWLER_COMMAND_BEGINorCrawlerEvent.CRAWLER_COMMAND_ENDevent, ornullfor all other events.Method parameters in com.norconex.crawler.core.event with type arguments of type CommandModifier and TypeMethodDescriptionCrawlerEvent.CrawlerEventBuilder.commandClass(Class<? extends Command> commandClass) The command class firing aCrawlerEvent.CRAWLER_COMMAND_BEGINorCrawlerEvent.CRAWLER_COMMAND_ENDevent, ornullfor all other events.