Uses of Interface
org.apache.maven.shared.dependency.graph.DependencyNode
-
-
Uses of DependencyNode in org.apache.maven.shared.dependency.graph
Methods in org.apache.maven.shared.dependency.graph that return DependencyNode Modifier and Type Method Description DependencyNodeDependencyGraphBuilder. buildDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter)Build the dependency graph.default DependencyNodeDependencyGraphBuilder. buildDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter, Collection<org.apache.maven.project.MavenProject> reactorProjects)Deprecated.default DependencyNodeDependencyCollectorBuilder. collectDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter)collect the project's raw dependency graph, with information to allow the API client to reason on its own about dependencies.DependencyNodeDependencyCollectorBuilder. collectDependencyGraph(DependencyCollectorRequest dependencyCollectorRequest)collect the project's raw dependency graph, with information to allow the API client to reason on its own about dependencies.DependencyNodeDependencyNode. getParent()Gets the parent dependency node of this dependency node.Methods in org.apache.maven.shared.dependency.graph that return types with arguments of type DependencyNode Modifier and Type Method Description List<DependencyNode>DependencyNode. getChildren() -
Uses of DependencyNode in org.apache.maven.shared.dependency.graph.filter
Methods in org.apache.maven.shared.dependency.graph.filter with parameters of type DependencyNode Modifier and Type Method Description booleanAncestorOrSelfDependencyNodeFilter. accept(DependencyNode node)Gets whether this filter accepts the specified dependency node.booleanAndDependencyNodeFilter. accept(DependencyNode node)Gets whether this filter accepts the specified dependency node.booleanArtifactDependencyNodeFilter. accept(DependencyNode node)Gets whether this filter accepts the specified dependency node.booleanDependencyNodeFilter. accept(DependencyNode node)Gets whether this filter accepts the specified dependency node.Constructors in org.apache.maven.shared.dependency.graph.filter with parameters of type DependencyNode Constructor Description AncestorOrSelfDependencyNodeFilter(DependencyNode descendantNode)Constructor parameters in org.apache.maven.shared.dependency.graph.filter with type arguments of type DependencyNode Constructor Description AncestorOrSelfDependencyNodeFilter(List<DependencyNode> descendantNodes)Creates a dependency node filter that only accepts nodes that are ancestors of, or equal to, the specified list of nodes. -
Uses of DependencyNode in org.apache.maven.shared.dependency.graph.internal
Classes in org.apache.maven.shared.dependency.graph.internal that implement DependencyNode Modifier and Type Class Description classDefaultDependencyNodeDefault implementation of a DependencyNode.Methods in org.apache.maven.shared.dependency.graph.internal that return DependencyNode Modifier and Type Method Description DependencyNodeDefaultDependencyGraphBuilder. buildDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter)Builds the dependency graph for Maven 3.1+.DependencyNodeDefaultDependencyCollectorBuilder. collectDependencyGraph(DependencyCollectorRequest dependencyCollectorRequest)DependencyNodeDefaultDependencyNode. getParent()Methods in org.apache.maven.shared.dependency.graph.internal that return types with arguments of type DependencyNode Modifier and Type Method Description List<DependencyNode>DefaultDependencyNode. getChildren()Method parameters in org.apache.maven.shared.dependency.graph.internal with type arguments of type DependencyNode Modifier and Type Method Description voidDefaultDependencyNode. setChildren(List<DependencyNode> children)Constructors in org.apache.maven.shared.dependency.graph.internal with parameters of type DependencyNode Constructor Description DefaultDependencyNode(DependencyNode parent, org.apache.maven.artifact.Artifact artifact, String premanagedVersion, String premanagedScope, String versionConstraint)Constructs the DefaultDependencyNode.DefaultDependencyNode(DependencyNode parent, org.apache.maven.artifact.Artifact artifact, String premanagedVersion, String premanagedScope, String versionConstraint, Boolean optional, List<org.apache.maven.model.Exclusion> exclusions) -
Uses of DependencyNode in org.apache.maven.shared.dependency.graph.traversal
Methods in org.apache.maven.shared.dependency.graph.traversal that return DependencyNode Modifier and Type Method Description DependencyNodeBuildingDependencyNodeVisitor. getDependencyTree()Gets the root node of the resultant dependency tree constructed by this visitor.Methods in org.apache.maven.shared.dependency.graph.traversal that return types with arguments of type DependencyNode Modifier and Type Method Description List<DependencyNode>CollectingDependencyNodeVisitor. getNodes()Gets the list of collected dependency nodes.Methods in org.apache.maven.shared.dependency.graph.traversal with parameters of type DependencyNode Modifier and Type Method Description booleanBuildingDependencyNodeVisitor. endVisit(DependencyNode node)Ends the visit to to the specified dependency node.booleanCollectingDependencyNodeVisitor. endVisit(DependencyNode node)Ends the visit to to the specified dependency node.booleanDependencyNodeVisitor. endVisit(DependencyNode node)Ends the visit to to the specified dependency node.booleanFilteringDependencyNodeVisitor. endVisit(DependencyNode node)Ends the visit to to the specified dependency node.booleanSerializingDependencyNodeVisitor. endVisit(DependencyNode node)Ends the visit to to the specified dependency node.booleanBuildingDependencyNodeVisitor. visit(DependencyNode node)Starts the visit to the specified dependency node.booleanCollectingDependencyNodeVisitor. visit(DependencyNode node)Starts the visit to the specified dependency node.booleanDependencyNodeVisitor. visit(DependencyNode node)Starts the visit to the specified dependency node.booleanFilteringDependencyNodeVisitor. visit(DependencyNode node)Starts the visit to the specified dependency node.booleanSerializingDependencyNodeVisitor. visit(DependencyNode node)Starts the visit to the specified dependency node.
-