Package | Description |
---|---|
org.apache.maven.shared.transfer.collection | |
org.apache.maven.shared.transfer.graph |
Modifier and Type | Method and Description |
---|---|
DependencyNode |
CollectResult.getRoot()
Gets the root node of the dependency graph.
|
Modifier and Type | Method and Description |
---|---|
List<DependencyNode> |
DependencyNode.getChildren()
Gets the child nodes of this node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyVisitor.visitEnter(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
DependencyVisitor.visitLeave(DependencyNode node)
Ends the visit to to the specified dependency node.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.