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  List generateCombined()
           
protected  List generateGraph(int i, List files, File outputDir, String caption)
           
protected  List generateIndividual()
           
static void main(String[] args)
           
static void printUsage()
           
 List visualize(List files)
           
 
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)

visualize

public List visualize(List files)
               throws Exception
Throws:
Exception

generateCombined

protected List generateCombined()
                         throws IOException,
                                org.jdom.JDOMException
Throws:
IOException
org.jdom.JDOMException

generateIndividual

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

generateGraph

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

printUsage

public static void printUsage()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.