Class ExportConfiguration
- java.lang.Object
-
- com.nomagic.magicdraw.cbm.xpdl.export.ExportConfiguration
-
@OpenApiAll public class ExportConfiguration extends java.lang.ObjectContains export related configuration information.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.FilemExportFileFile to which export is performed.private java.io.OutputStreammOutputStreamOutput stream to which export is performed.
-
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.FilegetExportFile()Gets file to which export is performed.java.io.OutputStreamgetOutputStream()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.
-
-