Class FileCommander.BatchExportOptions

  • Enclosing class:
    FileCommander

    public static class FileCommander.BatchExportOptions
    extends java.lang.Object
    Batch export options
    • Field Detail

      • deleteSource

        public boolean deleteSource
        Delete the source file when complete.
      • integrity

        public boolean integrity
        True to enable integrity
      • autoRename

        public Function<IFile,​java.lang.String> autoRename
        Callback when a file with the same name exists
    • Constructor Detail

      • BatchExportOptions

        public BatchExportOptions()