Class CollectStepDataImpl
java.lang.Object
org.eclipse.aether.internal.impl.collect.CollectStepDataImpl
- All Implemented Interfaces:
 CollectStepData
Trace objects for dependency collection.
- Since:
 - 1.8.1
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCollectStepDataImpl(String context, List<DependencyNode> path, Dependency node)  - 
Method Summary
Modifier and TypeMethodDescriptionReturns the context of collection.getNode()Returns the current node being collected.getPath()Returns the path of dependency nodes that led collector to current node returned byCollectStepData.getNode(). 
- 
Constructor Details
- 
CollectStepDataImpl
 
 - 
 - 
Method Details
- 
getContext
Description copied from interface:CollectStepDataReturns the context of collection. Nevernull.- Specified by:
 getContextin interfaceCollectStepData
 - 
getPath
Description copied from interface:CollectStepDataReturns the path of dependency nodes that led collector to current node returned byCollectStepData.getNode(). Nevernull.- Specified by:
 getPathin interfaceCollectStepData
 - 
getNode
Description copied from interface:CollectStepDataReturns the current node being collected. Nevernull.- Specified by:
 getNodein interfaceCollectStepData
 
 -