Package net.sourceforge.plantuml.xmi
Class CucaDiagramXmiMaker
- java.lang.Object
-
- net.sourceforge.plantuml.xmi.CucaDiagramXmiMaker
-
public final class CucaDiagramXmiMaker extends Object
-
-
Constructor Summary
Constructors Constructor Description CucaDiagramXmiMaker(ICucaDiagram diagram, FileFormat fileFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFiles(OutputStream fos)
static String
getModel(UmlDiagram classDiagram)
-
-
-
Constructor Detail
-
CucaDiagramXmiMaker
public CucaDiagramXmiMaker(ICucaDiagram diagram, FileFormat fileFormat) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getModel
public static String getModel(UmlDiagram classDiagram)
-
createFiles
public void createFiles(OutputStream fos) throws IOException
- Throws:
IOException
-
-