org.mule.tools.visualizer.util
Class DOTtoMAP

java.lang.Object
  extended by org.mule.tools.visualizer.util.DOTtoMAP

public class DOTtoMAP
extends Object


Method Summary
static void transform(String dotExeFileName, String dotFileName, String outFileName, GraphEnvironment env)
           
static void transform(String dotExeFileName, String dotFileName, String outFormat, OutputStream out, GraphEnvironment env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static void transform(String dotExeFileName,
                             String dotFileName,
                             String outFormat,
                             OutputStream out,
                             GraphEnvironment env)
                      throws IOException
Throws:
IOException

transform

public static void transform(String dotExeFileName,
                             String dotFileName,
                             String outFileName,
                             GraphEnvironment env)
                      throws IOException
Throws:
IOException


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