org.apache.camel.view
Class GraphGeneratorSupport
java.lang.Object
org.apache.camel.view.GraphSupport
org.apache.camel.view.GraphGeneratorSupport
- Direct Known Subclasses:
- RouteDotGenerator, XmlGraphGenerator
Deprecated.
@Deprecated
public abstract class GraphGeneratorSupport
- extends GraphSupport
- Version:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dir
protected String dir
- Deprecated.
clusterCounter
protected int clusterCounter
- Deprecated.
extension
protected String extension
- Deprecated.
GraphGeneratorSupport
protected GraphGeneratorSupport(String dir,
String extension)
- Deprecated.
getRoutesText
public String getRoutesText(CamelContext context)
throws IOException
- Deprecated.
- Throws:
IOException
drawRoutes
public void drawRoutes(CamelContext context)
throws IOException
- Deprecated.
- Throws:
IOException
generateFile
protected abstract void generateFile(PrintWriter writer,
Map<String,List<RouteDefinition>> map)
- Deprecated.
Apache Camel