Class FileCommander.BatchImportOptions

  • Enclosing class:
    FileCommander

    public static class FileCommander.BatchImportOptions
    extends java.lang.Object
    Batch import 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
      • onFailed

        public BiConsumer<IFile,​java.lang.Exception> onFailed
        Callback when import fails
    • Constructor Detail

      • BatchImportOptions

        public BatchImportOptions()