Interface ParentNodeProvider
-
- All Known Implementing Classes:
DependencyVersionMap,ParentsVisitor,RequireUpperBoundDeps.RequireUpperBoundDepsVisitor
public interface ParentNodeProviderProvides the information aboutDependencyNodeparent nodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.aether.graph.DependencyNodegetParent(org.eclipse.aether.graph.DependencyNode node)Returns the parent node of the given node
-