org.mule.tools.visualizer
Class MuleVisualizer

java.lang.Object
  extended byorg.mule.tools.visualizer.MuleVisualizer

public class MuleVisualizer
extends Object


Constructor Summary
MuleVisualizer(GraphEnvironment environment)
           
 
Method Summary
protected  void generateCombined(String filename)
           
protected  void generateGraph(int i, List files, File outputDir, String caption, String fileName)
           
protected  void generateIndividual()
           
static void main(String[] args)
           
static void printUsage()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleVisualizer

public MuleVisualizer(GraphEnvironment environment)
               throws Exception
Method Detail

main

public static void main(String[] args)

run

public void run()

generateCombined

protected void generateCombined(String filename)
                         throws IOException,
                                org.jdom.JDOMException
Throws:
IOException
org.jdom.JDOMException

generateIndividual

protected void generateIndividual()
                           throws IOException,
                                  org.jdom.JDOMException
Throws:
IOException
org.jdom.JDOMException

generateGraph

protected void generateGraph(int i,
                             List files,
                             File outputDir,
                             String caption,
                             String fileName)
                      throws org.jdom.JDOMException,
                             IOException
Throws:
org.jdom.JDOMException
IOException

printUsage

public static void printUsage()


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