public class GraphvizReportRenderer extends TextReportRenderer implements DependencyReportRenderer
SEPARATOR| Constructor and Description |
|---|
GraphvizReportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeConfiguration(Configuration configuration)
Completes the rendering of the given configuration.
|
void |
render(ResolvedConfiguration resolvedConfiguration)
Writes the given dependency graph for the current configuration.
|
void |
startConfiguration(Configuration configuration)
Starts rendering the given configuration.
|
void |
startProject(Project project)
Starts visiting a project.
|
complete, completeProject, createHeader, getTextOutput, setOutput, setOutputFile, writeHeading, writeSubheadingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomplete, completeProject, setOutput, setOutputFilepublic void startProject(Project project)
ReportRendererstartProject in interface ReportRendererstartProject in class TextReportRendererproject - The project, never null.public void startConfiguration(Configuration configuration)
DependencyReportRendererstartConfiguration in interface DependencyReportRendererconfiguration - The configuration.public void completeConfiguration(Configuration configuration)
DependencyReportRenderercompleteConfiguration in interface DependencyReportRendererconfiguration - The configurationpublic void render(ResolvedConfiguration resolvedConfiguration) throws IOException
DependencyReportRendererrender in interface DependencyReportRendererresolvedConfiguration - The resolved configuration.IOExceptionCopyright © 2013. All rights reserved