Interface ParentNodeProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.aether.graph.DependencyNode getParent​(org.eclipse.aether.graph.DependencyNode node)
      Returns the parent node of the given node
    • Method Detail

      • getParent

        org.eclipse.aether.graph.DependencyNode getParent​(org.eclipse.aether.graph.DependencyNode node)
        Returns the parent node of the given node
        Parameters:
        node - node to get the information for
        Returns:
        parent node or null is no information is known