public interface CollectStepData
CollectRequest.RequestTrace| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContext()
Returns the context of collection.
|
Dependency |
getNode()
Returns the current node being collected.
|
java.util.List<DependencyNode> |
getPath()
Returns the path of dependency nodes that led collector to current node returned by
getNode(). |
java.lang.String getContext()
null.java.util.List<DependencyNode> getPath()
getNode().
Never null.Dependency getNode()
null.