Class ExportConfiguration
java.lang.Object
com.nomagic.magicdraw.cbm.xpdl.export.ExportConfiguration
Contains export related configuration information.
-
Constructor Summary
ConstructorDescriptionExportConfiguration
(File exportFile, OutputStream outputStream) Constructs this configuration. -
Method Summary
Modifier and TypeMethodDescriptionGets file to which export is performed.Gets output stream to which export is performed.
-
Constructor Details
-
ExportConfiguration
Constructs this configuration.- Parameters:
exportFile
- file to which export is performed.outputStream
- output stream to which export is performed.
-
-
Method Details
-
getExportFile
Gets file to which export is performed.- Returns:
- file to which export is performed.
-
getOutputStream
Gets output stream to which export is performed.- Returns:
- output stream to which export is performed.
-