@Deprecated public abstract class GraphGeneratorSupport extends GraphSupport
| Modifier and Type | Field and Description |
|---|---|
protected int |
clusterCounter
Deprecated.
|
protected String |
dir
Deprecated.
|
protected String |
extension
Deprecated.
|
log, nodeMap| Modifier | Constructor and Description |
|---|---|
protected |
GraphGeneratorSupport(String dir,
String extension)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drawRoutes(CamelContext context)
Deprecated.
|
protected abstract void |
generateFile(PrintWriter writer,
Map<String,List<RouteDefinition>> map)
Deprecated.
|
String |
getRoutesText(CamelContext context)
Deprecated.
|
addRouteToMap, createRouteGroupMap, getImagePrefix, getLabel, getLabel, getNodeData, isMulticastNode, isPipeline, setImagePrefixprotected String dir
protected int clusterCounter
protected String extension
public String getRoutesText(CamelContext context) throws IOException
IOExceptionpublic void drawRoutes(CamelContext context) throws IOException
IOExceptionprotected abstract void generateFile(PrintWriter writer, Map<String,List<RouteDefinition>> map)
Apache Camel