org.gradle.api.tasks.diagnostics
Interface DependencyReportRenderer

All Superinterfaces:
ProjectReportRenderer
All Known Implementing Classes:
AsciiReportRenderer, GraphvizReportRenderer

public interface DependencyReportRenderer
extends ProjectReportRenderer

A DependencyReportRenderer is responsible for rendering the model of a project dependency report.


Method Summary
 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.
 
Methods inherited from interface org.gradle.api.tasks.diagnostics.ProjectReportRenderer
complete, completeProject, setOutputFile, startProject
 

Method Detail

startConfiguration

void startConfiguration(Configuration configuration)
Starts rendering the given configuration.

Parameters:
configuration - The configuration.

render

void render(ResolvedConfiguration resolvedConfiguration)
            throws IOException
Writes the given dependency graph for the current configuration.

Parameters:
resolvedConfiguration - The resolved configuration.
Throws:
IOException

completeConfiguration

void completeConfiguration(Configuration configuration)
Completes the rendering of the given configuration.

Parameters:
configuration - The configuration