Interface ParentNodeProvider
-
- All Known Implementing Classes:
DependencyVersionMap
,ParentsVisitor
,RequireUpperBoundDeps.RequireUpperBoundDepsVisitor
public interface ParentNodeProvider
Provides the information aboutDependencyNode
parent nodes
-
-
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
-