Class ExportConfiguration
- java.lang.Object
-
- com.nomagic.magicdraw.cbm.xpdl.export.ExportConfiguration
-
@OpenApiAll public class ExportConfiguration extends java.lang.Object
Contains export related configuration information.
-
-
Constructor Summary
Constructors Constructor Description ExportConfiguration(java.io.File exportFile, java.io.OutputStream outputStream)
Constructs this configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getExportFile()
Gets file to which export is performed.java.io.OutputStream
getOutputStream()
Gets output stream to which export is performed.
-
-
-
Method Detail
-
getExportFile
public java.io.File getExportFile()
Gets file to which export is performed.- Returns:
- file to which export is performed.
-
getOutputStream
public java.io.OutputStream getOutputStream()
Gets output stream to which export is performed.- Returns:
- output stream to which export is performed.
-
-