|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DependencyNode | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.collection | |
| org.sonatype.aether.graph | |
| org.sonatype.aether.resolution | |
| Uses of DependencyNode in org.sonatype.aether |
|---|
| Methods in org.sonatype.aether with parameters of type DependencyNode | |
|---|---|
List<ArtifactResult> |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyNode node,
DependencyFilter filter)
Resolves the paths for the artifacts referenced by the specified dependency graph. |
| Uses of DependencyNode in org.sonatype.aether.collection |
|---|
| Methods in org.sonatype.aether.collection that return DependencyNode | |
|---|---|
DependencyNode |
CollectResult.getRoot()
Gets the root node of the dependency graph. |
DependencyNode |
DependencyGraphTransformer.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
Transforms the dependency graph denoted by the specified root node. |
| Methods in org.sonatype.aether.collection with parameters of type DependencyNode | |
|---|---|
CollectResult |
CollectResult.setRoot(DependencyNode root)
Sets the root node of the dependency graph. |
DependencyNode |
DependencyGraphTransformer.transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
Transforms the dependency graph denoted by the specified root node. |
| Uses of DependencyNode in org.sonatype.aether.graph |
|---|
| Methods in org.sonatype.aether.graph that return types with arguments of type DependencyNode | |
|---|---|
List<DependencyNode> |
DependencyNode.getChildren()
Gets the child nodes of this node. |
| Methods in org.sonatype.aether.graph with parameters of type DependencyNode | |
|---|---|
boolean |
DependencyFilter.accept(DependencyNode node,
List<DependencyNode> parents)
Indicates whether the specified dependency node shall be included or excluded. |
boolean |
DependencyVisitor.visitEnter(DependencyNode node)
Notifies the visitor of a node visit before its children have been processed. |
boolean |
DependencyVisitor.visitLeave(DependencyNode node)
Notifies the visitor of a node visit after its children have been processed. |
| Method parameters in org.sonatype.aether.graph with type arguments of type DependencyNode | |
|---|---|
boolean |
DependencyFilter.accept(DependencyNode node,
List<DependencyNode> parents)
Indicates whether the specified dependency node shall be included or excluded. |
| Uses of DependencyNode in org.sonatype.aether.resolution |
|---|
| Methods in org.sonatype.aether.resolution that return DependencyNode | |
|---|---|
DependencyNode |
ArtifactRequest.getDependencyNode()
Gets the dependency node (if any) for which to resolve the artifact. |
| Methods in org.sonatype.aether.resolution with parameters of type DependencyNode | |
|---|---|
ArtifactRequest |
ArtifactRequest.setDependencyNode(DependencyNode node)
Sets the dependency node to resolve. |
| Constructors in org.sonatype.aether.resolution with parameters of type DependencyNode | |
|---|---|
ArtifactRequest(DependencyNode node)
Creates a request from the specified dependency node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||