|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.jvnet.maven.plugin.antrun.GraphFilter
org.jvnet.maven.plugin.antrun.VisualizeFilter
public class VisualizeFilter
Filter that generates a graph by using GraphViz.
| Nested Class Summary | |
|---|---|
static class |
VisualizeFilter.Subgraph
Nested <subgraph> element. |
| Field Summary |
|---|
| Fields inherited from class org.jvnet.maven.plugin.antrun.GraphFilter |
|---|
children |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
VisualizeFilter()
|
|
| Method Summary | |
|---|---|
void |
addConfiguredSubgraph(VisualizeFilter.Subgraph g)
|
DependencyGraph |
process()
|
void |
setFile(java.io.File output)
PNG file to be created. |
| Methods inherited from class org.jvnet.maven.plugin.antrun.GraphFilter |
|---|
add, evaluateChild, evaluateChild |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualizeFilter()
| Method Detail |
|---|
public void setFile(java.io.File output)
public void addConfiguredSubgraph(VisualizeFilter.Subgraph g)
public DependencyGraph process()
process in class GraphFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||