Class CollectStepDataImpl
java.lang.Object
org.eclipse.aether.internal.impl.collect.CollectStepDataImpl
- All Implemented Interfaces:
 org.eclipse.aether.collection.CollectStepData
public final class CollectStepDataImpl
extends Object
implements org.eclipse.aether.collection.CollectStepData
Trace objects for dependency collection.
- Since:
 - 1.8.1
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCollectStepDataImpl(String context, List<org.eclipse.aether.graph.DependencyNode> path, org.eclipse.aether.graph.Dependency node)  - 
Method Summary
 
- 
Constructor Details
- 
CollectStepDataImpl
public CollectStepDataImpl(String context, List<org.eclipse.aether.graph.DependencyNode> path, org.eclipse.aether.graph.Dependency node)  
 - 
 - 
Method Details
- 
getContext
- Specified by:
 getContextin interfaceorg.eclipse.aether.collection.CollectStepData
 - 
getPath
- Specified by:
 getPathin interfaceorg.eclipse.aether.collection.CollectStepData
 - 
getNode
- Specified by:
 getNodein interfaceorg.eclipse.aether.collection.CollectStepData
 
 -