|
||||||||||
| 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)
Deprecated. As of version 1.11, use RepositorySystem.resolveDependencies(RepositorySystemSession, DependencyRequest)
instead. |
| 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 that return types with arguments of type DependencyNode | |
|---|---|
Collection<List<DependencyNode>> |
UnsolvableVersionConflictException.getPaths()
Gets the paths leading to the conflicting dependencies. |
| 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. |
| Constructor parameters in org.sonatype.aether.collection with type arguments of type DependencyNode | |
|---|---|
UnsolvableVersionConflictException(Collection<List<DependencyNode>> paths,
Object dependencyConflictId)
|
|
| 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. |
DependencyNode |
DependencyResult.getRoot()
Gets the root node of the resolved dependency graph. |
DependencyNode |
DependencyRequest.getRoot()
Gets the root node of the dependency graph whose artifacts should be resolved. |
| Methods in org.sonatype.aether.resolution with parameters of type DependencyNode | |
|---|---|
ArtifactRequest |
ArtifactRequest.setDependencyNode(DependencyNode node)
Sets the dependency node to resolve. |
DependencyResult |
DependencyResult.setRoot(DependencyNode root)
Sets the root node of the resolved dependency graph. |
DependencyRequest |
DependencyRequest.setRoot(DependencyNode root)
Sets the root node of the dependency graph whose artifacts should be resolved. |
| Constructors in org.sonatype.aether.resolution with parameters of type DependencyNode | |
|---|---|
ArtifactRequest(DependencyNode node)
Creates a request from the specified dependency node. |
|
DependencyRequest(DependencyNode node,
DependencyFilter filter)
Creates a request for the specified dependency graph and with the given resolution filter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||