Class CollectStepDataImpl

java.lang.Object
org.eclipse.aether.internal.impl.collect.CollectStepDataImpl
All Implemented Interfaces:
org.eclipse.aether.collection.CollectStepData

public final class CollectStepDataImpl extends Object implements org.eclipse.aether.collection.CollectStepData
Trace objects for dependency collection.
Since:
1.8.1
  • Constructor Details Link icon

    • CollectStepDataImpl Link icon

      public CollectStepDataImpl(String context, List<org.eclipse.aether.graph.DependencyNode> path, org.eclipse.aether.graph.Dependency node)
  • Method Details Link icon

    • getContext Link icon

      public String getContext()
      Specified by:
      getContext in interface org.eclipse.aether.collection.CollectStepData
    • getPath Link icon

      public List<org.eclipse.aether.graph.DependencyNode> getPath()
      Specified by:
      getPath in interface org.eclipse.aether.collection.CollectStepData
    • getNode Link icon

      public org.eclipse.aether.graph.Dependency getNode()
      Specified by:
      getNode in interface org.eclipse.aether.collection.CollectStepData