Interface ParentNodeProvider

All Known Implementing Classes:
ParentsVisitor

public interface ParentNodeProvider
Provides the information about DependencyNode parent nodes
  • Method Summary

    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 Details

    • 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