Interface NodeCrawlerFactory
-
- All Known Implementing Classes:
StandardNodeCrawlerFactoryImpl
public interface NodeCrawlerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeCrawlergetNodeCrawler()Get a node crawler from the node crawler factory.
-
-
-
Method Detail
-
getNodeCrawler
NodeCrawler getNodeCrawler()
Get a node crawler from the node crawler factory. A new instance of a node crawler is returned each time this method is called.- Returns:
- a new node crawler.
-
-