Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportConfiguration

        public ExportConfiguration​(java.io.File exportFile,
                                   java.io.OutputStream outputStream)
        Constructs this configuration.
        Parameters:
        exportFile - file to which export is performed.
        outputStream - 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.