org.apache.camel.view
Class GraphGeneratorSupport

java.lang.Object
  extended by org.apache.camel.view.GraphSupport
      extended by org.apache.camel.view.GraphGeneratorSupport
Direct Known Subclasses:
RouteDotGenerator, XmlGraphGenerator

Deprecated.

@Deprecated
public abstract class GraphGeneratorSupport
extends GraphSupport

Version:

Field Summary
protected  int clusterCounter
          Deprecated.  
protected  String dir
          Deprecated.  
protected  String extension
          Deprecated.  
 
Fields inherited from class org.apache.camel.view.GraphSupport
log, nodeMap
 
Constructor Summary
protected GraphGeneratorSupport(String dir, String extension)
          Deprecated.  
 
Method Summary
 void drawRoutes(CamelContext context)
          Deprecated.  
protected abstract  void generateFile(PrintWriter writer, Map<String,List<RouteDefinition>> map)
          Deprecated.  
 String getRoutesText(CamelContext context)
          Deprecated.  
 
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

dir

protected String dir
Deprecated. 

clusterCounter

protected int clusterCounter
Deprecated. 

extension

protected String extension
Deprecated. 
Constructor Detail

GraphGeneratorSupport

protected GraphGeneratorSupport(String dir,
                                String extension)
Deprecated. 
Method Detail

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