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
ConstructorDescriptionCollectStepDataImpl
(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:CollectStepData
Returns the context of collection. Nevernull
.- Specified by:
getContext
in interfaceCollectStepData
-
getPath
Description copied from interface:CollectStepData
Returns the path of dependency nodes that led collector to current node returned byCollectStepData.getNode()
. Nevernull
.- Specified by:
getPath
in interfaceCollectStepData
-
getNode
Description copied from interface:CollectStepData
Returns the current node being collected. Nevernull
.- Specified by:
getNode
in interfaceCollectStepData
-