public final class CollectStepDataImpl extends Object implements org.eclipse.aether.collection.CollectStepData
Constructor and Description |
---|
CollectStepDataImpl(String context,
List<org.eclipse.aether.graph.DependencyNode> path,
org.eclipse.aether.graph.Dependency node) |
Modifier and Type | Method and Description |
---|---|
String |
getContext() |
org.eclipse.aether.graph.Dependency |
getNode() |
List<org.eclipse.aether.graph.DependencyNode> |
getPath() |
public CollectStepDataImpl(String context, List<org.eclipse.aether.graph.DependencyNode> path, org.eclipse.aether.graph.Dependency node)
public String getContext()
getContext
in interface org.eclipse.aether.collection.CollectStepData
public List<org.eclipse.aether.graph.DependencyNode> getPath()
getPath
in interface org.eclipse.aether.collection.CollectStepData
public org.eclipse.aether.graph.Dependency getNode()
getNode
in interface org.eclipse.aether.collection.CollectStepData
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.