Interface CollectStepData

    • Method Detail

      • getContext

        java.lang.String getContext()
        Returns the context of collection. Never null.
      • getPath

        java.util.List<DependencyNode> getPath()
        Returns the path of dependency nodes that led collector to current node returned by getNode(). Never null.
      • getNode

        Dependency getNode()
        Returns the current node being collected. Never null.