public final class CollectStepDataImpl extends Object implements CollectStepData
| Constructor and Description |
|---|
CollectStepDataImpl(String context,
List<DependencyNode> path,
Dependency node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Returns the context of collection.
|
Dependency |
getNode()
Returns the current node being collected.
|
List<DependencyNode> |
getPath()
Returns the path of dependency nodes that led collector to current node returned by
CollectStepData.getNode(). |
public CollectStepDataImpl(String context, List<DependencyNode> path, Dependency node)
public String getContext()
CollectStepDatanull.getContext in interface CollectStepDatapublic List<DependencyNode> getPath()
CollectStepDataCollectStepData.getNode().
Never null.getPath in interface CollectStepDatapublic Dependency getNode()
CollectStepDatanull.getNode in interface CollectStepDataCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.