public interface DependencyReportRenderer extends ReportRenderer
DependencyReportRenderer is responsible for rendering the model of a project dependency report.| 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.
|
complete, completeProject, setOutput, setOutputFile, startProjectvoid startConfiguration(Configuration configuration)
configuration - The configuration.void render(ResolvedConfiguration resolvedConfiguration) throws IOException
resolvedConfiguration - The resolved configuration.IOExceptionvoid completeConfiguration(Configuration configuration)
configuration - The configurationCopyright © 2013. All rights reserved