public class AsciiReportRenderer extends TextReportRenderer implements DependencyReportRenderer
SEPARATOR| Constructor and Description |
|---|
AsciiReportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Completes this report.
|
void |
completeConfiguration(Configuration configuration)
Completes the rendering of the given configuration.
|
void |
completeProject(Project project)
Completes visiting a project.
|
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.
|
createHeader, getTextOutput, setOutput, setOutputFile, writeHeading, writeSubheadingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOutput, setOutputFilepublic void startProject(Project project)
ReportRendererstartProject in interface ReportRendererstartProject in class TextReportRendererproject - The project, never null.public void completeProject(Project project)
ReportRenderercompleteProject in interface ReportRenderercompleteProject 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.IOExceptionpublic void complete()
throws IOException
ReportRenderercomplete in interface ReportRenderercomplete in class TextReportRendererIOExceptionCopyright © 2013. All rights reserved