public interface CollectStepData
CollectRequest.RequestTrace| 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
getNode(). |
String getContext()
null.List<DependencyNode> getPath()
getNode().
Never null.Dependency getNode()
null.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.