Package | Description |
---|---|
org.apache.maven.shared.dependency.tree | |
org.apache.maven.shared.dependency.tree.filter | |
org.apache.maven.shared.dependency.tree.traversal |
Modifier and Type | Method and Description |
---|---|
DependencyNode |
DependencyTreeBuilder.buildDependencyTree(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.repository.ArtifactRepository repository,
org.apache.maven.artifact.factory.ArtifactFactory factory,
org.apache.maven.artifact.metadata.ArtifactMetadataSource metadataSource,
org.apache.maven.artifact.resolver.filter.ArtifactFilter filter,
org.apache.maven.artifact.resolver.ArtifactCollector collector)
Builds a tree of dependencies for the specified Maven project.
|
DependencyNode |
DefaultDependencyTreeBuilder.buildDependencyTree(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.repository.ArtifactRepository repository,
org.apache.maven.artifact.factory.ArtifactFactory factory,
org.apache.maven.artifact.metadata.ArtifactMetadataSource metadataSource,
org.apache.maven.artifact.resolver.filter.ArtifactFilter filter,
org.apache.maven.artifact.resolver.ArtifactCollector collector)
Builds a tree of dependencies for the specified Maven project.
|
DependencyNode |
DependencyNode.getParent()
Gets the parent dependency node of this dependency node.
|
DependencyNode |
DependencyTreeResolutionListener.getRootNode()
Gets the root dependency node of the computed dependency tree.
|
DependencyNode |
DependencyTree.getRootNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyNode.addChild(DependencyNode child)
Adds the specified dependency node to this dependency node's children.
|
void |
DependencyNode.removeChild(DependencyNode child)
Removes the specified dependency node from this dependency node's children.
|
Constructor and Description |
---|
DependencyTree(DependencyNode rootNode,
Collection nodes)
Deprecated.
Create a tree initialized to the arguments
|
DependencyTreeInverseIterator(DependencyNode rootNode) |
DependencyTreePreorderIterator(DependencyNode rootNode) |
Modifier and Type | Method and Description |
---|---|
boolean |
AncestorOrSelfDependencyNodeFilter.accept(DependencyNode node)
Gets whether this filter accepts the specified dependency node.
|
boolean |
AndDependencyNodeFilter.accept(DependencyNode node)
Gets whether this filter accepts the specified dependency node.
|
boolean |
StateDependencyNodeFilter.accept(DependencyNode node)
Gets whether this filter accepts the specified dependency node.
|
boolean |
ArtifactDependencyNodeFilter.accept(DependencyNode node)
Gets whether this filter accepts the specified dependency node.
|
boolean |
DependencyNodeFilter.accept(DependencyNode node)
Gets whether this filter accepts the specified dependency node.
|
Constructor and Description |
---|
AncestorOrSelfDependencyNodeFilter(DependencyNode descendantNode) |
Modifier and Type | Method and Description |
---|---|
DependencyNode |
BuildingDependencyNodeVisitor.getDependencyTree()
Gets the root node of the resultant dependency tree constructed by this visitor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FilteringDependencyNodeVisitor.endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
CollectingDependencyNodeVisitor.endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
DependencyNodeVisitor.endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
BuildingDependencyNodeVisitor.endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
SerializingDependencyNodeVisitor.endVisit(DependencyNode node)
Ends the visit to to the specified dependency node.
|
boolean |
FilteringDependencyNodeVisitor.visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
CollectingDependencyNodeVisitor.visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
DependencyNodeVisitor.visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
BuildingDependencyNodeVisitor.visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
boolean |
SerializingDependencyNodeVisitor.visit(DependencyNode node)
Starts the visit to the specified dependency node.
|
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.