Class BatchOptions


  • public class BatchOptions
    extends java.lang.Object
    Represents set of batch related options for operations in OutputService
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getGenerateManyFiles()
      get if multiple files should be generated
      void setGenerateManyFiles​(boolean generateManyFiles)
      set if multiple files should be generated
      • Methods inherited from class java.lang.Object

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

      • BatchOptions

        public BatchOptions()
    • Method Detail

      • getGenerateManyFiles

        public boolean getGenerateManyFiles()
        get if multiple files should be generated
        Returns:
        current setting of generate many files
      • setGenerateManyFiles

        public void setGenerateManyFiles​(boolean generateManyFiles)
        set if multiple files should be generated
        Parameters:
        generateManyFiles -