Package org.eclipse.aether.collection
Interface CollectStepData
public interface CollectStepData
A trace data object revealing collect step (while executing 
CollectRequest.- Since:
- 1.8.1
- See Also:
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Method Details- 
getContextReturns the context of collection. Nevernull.
- 
getPathReturns the path of dependency nodes that led collector to current node returned bygetNode(). Nevernull.
- 
getNodeReturns the current node being collected. Nevernull.
 
-