Interface NodeCrawler
- All Known Implementing Classes:
StandardNodeCrawlerImpl
public interface NodeCrawler
The NodeCrawler finds nodes related to an initial group of nodes for the
transfer service.
During the crawl method the node finders find nodes related to the staring nodes and then the filters can exclude unwanted nodes. For example you could use the finders to walk down a tree of nodes and exclude nodes of a certain type.
- Since:
- 3.3
- Author:
- Brian
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNodeFilters(NodeFilter... filters) voidsetNodeFinders(NodeFinder... finders)
-
Method Details
-
crawl
-
crawl
-
setNodeFinders
-
setNodeFilters
-