|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.view.GraphSupport
org.apache.camel.view.GraphGeneratorSupport
public abstract class GraphGeneratorSupport
| Field Summary | |
|---|---|
protected int |
clusterCounter
|
protected String |
dir
|
protected String |
extension
|
| Fields inherited from class org.apache.camel.view.GraphSupport |
|---|
log, nodeMap |
| Constructor Summary | |
|---|---|
protected |
GraphGeneratorSupport(String dir,
String extension)
|
| Method Summary | |
|---|---|
void |
drawRoutes(CamelContext context)
|
protected abstract void |
generateFile(PrintWriter writer,
Map<String,List<RouteDefinition>> map)
|
String |
getRoutesText(CamelContext context)
|
| Methods inherited from class org.apache.camel.view.GraphSupport |
|---|
addRouteToMap, createRouteGroupMap, getImagePrefix, getLabel, getLabel, getNodeData, isMulticastNode, isPipeline, setImagePrefix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String dir
protected int clusterCounter
protected String extension
| Constructor Detail |
|---|
protected GraphGeneratorSupport(String dir,
String extension)
| Method Detail |
|---|
public String getRoutesText(CamelContext context)
throws IOException
IOException
public void drawRoutes(CamelContext context)
throws IOException
IOException
protected abstract void generateFile(PrintWriter writer,
Map<String,List<RouteDefinition>> map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||