Class ExportConfiguration

java.lang.Object
com.nomagic.magicdraw.cbm.xpdl.export.ExportConfiguration

@OpenApiAll public class ExportConfiguration extends Object
Contains export related configuration information.
  • Constructor Details

    • ExportConfiguration

      public ExportConfiguration(File exportFile, OutputStream outputStream)
      Constructs this configuration.
      Parameters:
      exportFile - file to which export is performed.
      outputStream - output stream to which export is performed.
  • Method Details

    • getExportFile

      public File getExportFile()
      Gets file to which export is performed.
      Returns:
      file to which export is performed.
    • getOutputStream

      public OutputStream getOutputStream()
      Gets output stream to which export is performed.
      Returns:
      output stream to which export is performed.