public interface DiagramExporter
| Modifier and Type | Method and Description |
|---|---|
void |
execute(GraphNode rootNode)
Outputs the `graph.html` file to the output directory of the project using the parameter rootNode as
the root element of the graph.
|
void execute(GraphNode rootNode) throws org.apache.maven.plugin.MojoExecutionException
rootNode - the root element of the graph.org.apache.maven.plugin.MojoExecutionException - when unexpected errors occur during the execution of the Maven pluginCopyright © 2019 Atlassian. All rights reserved.