|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DependencyReportRenderer
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 |
|---|
void startConfiguration(Configuration configuration)
configuration - The configuration.
void render(ResolvedConfiguration resolvedConfiguration)
throws IOException
resolvedConfiguration - The resolved configuration.
IOExceptionvoid completeConfiguration(Configuration configuration)
configuration - The configuration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||