Package org.apache.maven.graph
Interface GraphBuilder
- All Known Implementing Classes:
DefaultGraphBuilder
public interface GraphBuilder
Builds the
inter-dependencies graph
between projects in the reactor.- Since:
- 3.0-alpha
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionResult<? extends ProjectDependencyGraph>
build
(MavenSession session)
-
Field Details
-
HINT
- See Also:
-
-
Method Details
-
build
-