Interface NodeCrawlerFactory

All Known Implementing Classes:
StandardNodeCrawlerFactoryImpl

public interface NodeCrawlerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a node crawler from the node crawler factory.
  • Method Details

    • 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.