Uses of Class
org.mule.tools.visualizer.config.GraphEnvironment

Packages that use GraphEnvironment
org.mule.tools.visualizer   
org.mule.tools.visualizer.components   
org.mule.tools.visualizer.config   
org.mule.tools.visualizer.postgraphers   
org.mule.tools.visualizer.postprocessors   
org.mule.tools.visualizer.postrenderers   
org.mule.tools.visualizer.processor   
org.mule.tools.visualizer.util   
 

Uses of GraphEnvironment in org.mule.tools.visualizer
 

Constructors in org.mule.tools.visualizer with parameters of type GraphEnvironment
MuleVisualizer(GraphEnvironment environment)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.components
 

Methods in org.mule.tools.visualizer.components with parameters of type GraphEnvironment
 void PostRenderer.postRender(GraphEnvironment env, Map context, com.oy.shared.lm.graph.Graph graph)
           
 void PostProcessor.postProcess(com.oy.shared.lm.graph.Graph graph, GraphEnvironment env)
           
 void PostGrapher.postGrapher(GraphEnvironment env)
           
 

Constructors in org.mule.tools.visualizer.components with parameters of type GraphEnvironment
MuleParser(GraphEnvironment env, org.jdom.input.SAXBuilder builder)
           
GraphRenderer(GraphEnvironment env)
           
EndpointRegistry(GraphEnvironment env)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.config
 

Methods in org.mule.tools.visualizer.config that return GraphEnvironment
protected  GraphEnvironment VelocitySupport.getEnv()
           
 GraphEnvironment GraphConfig.init()
           
 GraphEnvironment GraphConfig.init(String[] args)
           
 

Methods in org.mule.tools.visualizer.config with parameters of type GraphEnvironment
protected  void VelocitySupport.setEnv(GraphEnvironment env)
           
 

Constructors in org.mule.tools.visualizer.config with parameters of type GraphEnvironment
VelocitySupport(GraphEnvironment env)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.postgraphers
 

Methods in org.mule.tools.visualizer.postgraphers with parameters of type GraphEnvironment
 void GalleryPostGrapher.postGrapher(GraphEnvironment env)
           
 void MediaCopierPostGrapher.postGrapher(GraphEnvironment env)
          Extract media dir from mule-tools-visualizer.jar and copy it to output dir
 void DocIndexerPostGrapher.postGrapher(GraphEnvironment env)
           
protected  void AbstractIndexer.doRendering(GraphEnvironment env, File[] htmlFiles, String template, String targetFile)
           
 

Constructors in org.mule.tools.visualizer.postgraphers with parameters of type GraphEnvironment
GalleryPostGrapher(GraphEnvironment env)
           
DocIndexerPostGrapher(GraphEnvironment env)
           
AbstractIndexer(GraphEnvironment env)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.postprocessors
 

Methods in org.mule.tools.visualizer.postprocessors with parameters of type GraphEnvironment
 void NodeHiderPostProcessor.postProcess(com.oy.shared.lm.graph.Graph graph, GraphEnvironment env)
           
 void ExternalSystemPostProcessor.postProcess(com.oy.shared.lm.graph.Graph graph, GraphEnvironment env)
           
 void UrlAssignerPostProcessor.postProcess(com.oy.shared.lm.graph.Graph graph, GraphEnvironment env)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.postrenderers
 

Methods in org.mule.tools.visualizer.postrenderers with parameters of type GraphEnvironment
 void MuleDocPostRenderer.postRender(GraphEnvironment env, Map context, com.oy.shared.lm.graph.Graph graph)
           
 void FileCleanerPostRenderer.postRender(GraphEnvironment env, Map context, com.oy.shared.lm.graph.Graph graph)
           
 

Constructors in org.mule.tools.visualizer.postrenderers with parameters of type GraphEnvironment
MuleDocPostRenderer(GraphEnvironment env)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.processor
 

Methods in org.mule.tools.visualizer.processor that return GraphEnvironment
static GraphEnvironment TagProcessor.getEnvironment()
           
 

Methods in org.mule.tools.visualizer.processor with parameters of type GraphEnvironment
protected static void TagProcessor.setEnvironment(GraphEnvironment environment)
           
 

Constructors in org.mule.tools.visualizer.processor with parameters of type GraphEnvironment
AgentProcessor(GraphEnvironment environment)
           
OutBoundRouterEndpointsHandler(GraphEnvironment environment, String componentName)
           
InboundFilterProcessor(GraphEnvironment environment, com.oy.shared.lm.graph.GraphNode endpointNode)
           
ConnectionStrategyProcessor(GraphEnvironment environment)
           
ConnectorProcessor(GraphEnvironment environment)
           
MuleConfigProcessor(GraphEnvironment environment)
           
EndpointsProcessor(GraphEnvironment environment)
           
MuleModelProcessor(GraphEnvironment environment)
           
TransformerProcessor(GraphEnvironment environment)
           
OutboundFilterProcessor(GraphEnvironment environment, com.oy.shared.lm.graph.GraphNode endpointNode)
           
EndpointIdentifiersProcessor(GraphEnvironment environment)
           
OutBoundRoutersProcessor(GraphEnvironment environment)
           
ResponseRouterProcessor(GraphEnvironment environment)
           
InboundRoutersProcessor(GraphEnvironment environment)
           
ShortestNotationHandler(GraphEnvironment environment)
           
ExceptionStrategyProcessor(GraphEnvironment environment)
           
TagProcessor(GraphEnvironment env)
           
DescriptorProcessor(GraphEnvironment environment)
           
 

Uses of GraphEnvironment in org.mule.tools.visualizer.util
 

Methods in org.mule.tools.visualizer.util that return GraphEnvironment
 GraphEnvironment VelocityLogger.getEnvironment()
           
 

Methods in org.mule.tools.visualizer.util with parameters of type GraphEnvironment
 void VelocityLogger.setEnvironment(GraphEnvironment environment)
           
static void DOTtoMAP.transform(String dotExeFileName, String dotFileName, String outFormat, OutputStream out, GraphEnvironment env)
           
static void DOTtoMAP.transform(String dotExeFileName, String dotFileName, String outFileName, GraphEnvironment env)
           
 

Constructors in org.mule.tools.visualizer.util with parameters of type GraphEnvironment
VelocityLogger(GraphEnvironment environment)
           
 



Copyright © 2005-2007 MuleSource, Inc.. All Rights Reserved.