|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.diagnostics.TextProjectReportRenderer
org.gradle.api.tasks.diagnostics.AsciiReportRenderer
class AsciiReportRenderer extends TextProjectReportRenderer
Simple dependency graph renderer that emits an ASCII tree.
| Nested Class Summary | |
|---|---|
class |
AsciiReportRenderer.MergedResolvedDependency
|
| Constructor Summary | |
AsciiReportRenderer()
|
|
AsciiReportRenderer(java.lang.Appendable writer)
|
|
| Method Summary | |
|---|---|
void
|
completeConfiguration(Configuration configuration)
|
void
|
completeProject(Project project)
|
void
|
render(ResolvedConfiguration resolvedConfiguration)
|
void
|
startConfiguration(Configuration configuration)
|
void
|
startProject(Project project)
|
| Methods inherited from class TextProjectReportRenderer | |
|---|---|
| complete, completeProject, getFormatter, getWriter, setOutputFile, startProject |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
public AsciiReportRenderer()
public AsciiReportRenderer(java.lang.Appendable writer)
| Method Detail |
|---|
public void completeConfiguration(Configuration configuration)
@Override public void completeProject(Project project)
public void render(ResolvedConfiguration resolvedConfiguration)
public void startConfiguration(Configuration configuration)
@Override public void startProject(Project project)
Groovy Documentation