| Package | Description |
|---|---|
| org.apache.maven | |
| org.apache.maven.execution | |
| org.apache.maven.graph | |
| org.apache.maven.project | |
| org.codehaus.plexus.util.dag |
| Constructor and Description |
|---|
ProjectCycleException(String message,
CycleDetectedException cause) |
| Constructor and Description |
|---|
ReactorManager(List<MavenProject> projects)
Deprecated.
|
| Constructor and Description |
|---|
DefaultProjectDependencyGraph(Collection<MavenProject> projects)
Creates a new project dependency graph based on the specified projects.
|
DefaultProjectDependencyGraph(Collection<MavenProject> allProjects,
Collection<MavenProject> projects)
Creates a new project dependency graph based on the specified projects.
|
| Constructor and Description |
|---|
ProjectSorter(Collection<MavenProject> projects)
Sort a list of projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DAG.addEdge(String from,
String to) |
void |
DAG.addEdge(Vertex from,
Vertex to) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.