Class CollectStepDataImpl

  • All Implemented Interfaces:
    org.eclipse.aether.collection.CollectStepData

    public final class CollectStepDataImpl
    extends java.lang.Object
    implements org.eclipse.aether.collection.CollectStepData
    Trace objects for dependency collection.
    Since:
    1.8.1
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectStepDataImpl​(java.lang.String context, java.util.List<org.eclipse.aether.graph.DependencyNode> path, org.eclipse.aether.graph.Dependency node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContext()  
      org.eclipse.aether.graph.Dependency getNode()  
      java.util.List<org.eclipse.aether.graph.DependencyNode> getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CollectStepDataImpl

        public CollectStepDataImpl​(java.lang.String context,
                                   java.util.List<org.eclipse.aether.graph.DependencyNode> path,
                                   org.eclipse.aether.graph.Dependency node)
    • Method Detail

      • getContext

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

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

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