Package org.saidone.collectors
Class NodeTreeCollector
java.lang.Object
org.saidone.collectors.AbstractNodeCollector
org.saidone.collectors.NodeTreeCollector
- All Implemented Interfaces:
NodeCollector
Walks a node tree starting from a given root node or path and collects the
identifiers of all descendant nodes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectNodes(CollectorConfig config) Traverses the node tree starting from the root defined bynode-idorpatharguments and queues descendant node identifiers.Methods inherited from class org.saidone.collectors.AbstractNodeCollector
collect
-
Constructor Details
-
NodeTreeCollector
public NodeTreeCollector()
-
-
Method Details
-
collectNodes
Traverses the node tree starting from the root defined bynode-idorpatharguments and queues descendant node identifiers.- Parameters:
config- collector configuration
-