public interface GraphFactory
| Modifier and Type | Method and Description |
|---|---|
String |
createGraph(MavenProject project)
Creates a graph for the given
MavenProject. |
String createGraph(MavenProject project)
MavenProject.project - The maven project to create the graph for.DependencyGraphException - In case that the graph cannot be created.Copyright © 2017. All rights reserved.