public class DumpGraphVisitor extends Object implements GraphVisitor
| Constructor and Description |
|---|
DumpGraphVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Graph.Artifact artifact) |
void |
visit(Graph.Module module) |
void |
visit(Graph graph) |
public void visit(Graph graph)
visit in interface GraphVisitorpublic void visit(Graph.Module module)
visit in interface GraphVisitorpublic void visit(Graph.Artifact artifact)
visit in interface GraphVisitorCopyright © 2016 JBoss by Red Hat. All rights reserved.