public class AggregatingGraphFactory extends Object implements GraphFactory
| Constructor and Description |
|---|
AggregatingGraphFactory(MavenGraphAdapter mavenGraphAdapter,
ArtifactFilter globalFilter,
GraphBuilder<DependencyNode> graphBuilder,
boolean includeParentProjects) |
| Modifier and Type | Method and Description |
|---|---|
String |
createGraph(MavenProject parent)
Creates a graph for the given
MavenProject. |
public AggregatingGraphFactory(MavenGraphAdapter mavenGraphAdapter, ArtifactFilter globalFilter, GraphBuilder<DependencyNode> graphBuilder, boolean includeParentProjects)
public String createGraph(MavenProject parent)
GraphFactoryMavenProject.createGraph in interface GraphFactoryparent - The maven project to create the graph for.Copyright © 2017. All rights reserved.