Uses of Interface
org.apache.maven.execution.ProjectDependencyGraph
Packages that use ProjectDependencyGraph
Package
Description
- 
Uses of ProjectDependencyGraph in org.apache.maven.executionMethods in org.apache.maven.execution that return ProjectDependencyGraphMethods in org.apache.maven.execution with parameters of type ProjectDependencyGraphModifier and TypeMethodDescriptionvoidMavenSession.setProjectDependencyGraph(ProjectDependencyGraph projectDependencyGraph) 
- 
Uses of ProjectDependencyGraph in org.apache.maven.graphClasses in org.apache.maven.graph that implement ProjectDependencyGraphModifier and TypeClassDescriptionclassDescribes the interdependencies between projects in the reactor.Methods in org.apache.maven.graph that return types with arguments of type ProjectDependencyGraphModifier and TypeMethodDescriptionDefaultGraphBuilder.build(MavenSession session) Result<? extends ProjectDependencyGraph> GraphBuilder.build(MavenSession session) 
- 
Uses of ProjectDependencyGraph in org.apache.maven.lifecycle.internalConstructors in org.apache.maven.lifecycle.internal with parameters of type ProjectDependencyGraph
- 
Uses of ProjectDependencyGraph in org.apache.maven.lifecycle.internal.builder.multithreadedConstructors in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectDependencyGraphModifierConstructorDescriptionConcurrencyDependencyGraph(ProjectBuildList projectBuilds, ProjectDependencyGraph projectDependencyGraph)