Package net.sourceforge.plantuml
Class PSystemUtils
java.lang.Object
net.sourceforge.plantuml.PSystemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static List<FileImageData>
exportDiagrams
(Diagram system, SuggestedFile suggested, FileFormatOption fileFormatOption) static List<FileImageData>
exportDiagrams
(Diagram system, SuggestedFile suggestedFile, FileFormatOption fileFormatOption, boolean checkMetadata)
-
Constructor Details
-
PSystemUtils
public PSystemUtils()
-
-
Method Details
-
exportDiagrams
public static List<FileImageData> exportDiagrams(Diagram system, SuggestedFile suggested, FileFormatOption fileFormatOption) throws IOException - Throws:
IOException
-
exportDiagrams
public static List<FileImageData> exportDiagrams(Diagram system, SuggestedFile suggestedFile, FileFormatOption fileFormatOption, boolean checkMetadata) throws IOException - Throws:
IOException
-
canFileBeWritten
-