net.sourceforge.plantuml
Class PSystemUtils

java.lang.Object
  extended by net.sourceforge.plantuml.PSystemUtils

public class PSystemUtils
extends Object


Constructor Summary
PSystemUtils()
           
 
Method Summary
static List<File> exportDiagrams(Diagram system, File suggestedFile, FileFormatOption fileFormatOption)
           
static List<File> exportDiagramsCuca(CucaDiagram system, File suggestedFile, FileFormatOption fileFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSystemUtils

public PSystemUtils()
Method Detail

exportDiagrams

public static List<File> exportDiagrams(Diagram system,
                                        File suggestedFile,
                                        FileFormatOption fileFormatOption)
                                 throws IOException
Throws:
IOException

exportDiagramsCuca

public static List<File> exportDiagramsCuca(CucaDiagram system,
                                            File suggestedFile,
                                            FileFormatOption fileFormat)
                                     throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.