Class FileCommander.BatchImportOptions

java.lang.Object
com.mku.fs.drive.utils.FileCommander.BatchImportOptions
Enclosing class:
FileCommander

public static class FileCommander.BatchImportOptions extends Object
Batch import options
  • Field Details

    • deleteSource

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

      public boolean integrity
      True to enable integrity
    • autoRename

      public Function<IFile,String> autoRename
      Callback when a file with the same name exists
    • onFailed

      public BiConsumer<IFile,Exception> onFailed
      Callback when import fails
    • onProgressChanged

      public Consumer<FileCommander.RealFileTaskProgress> onProgressChanged
      Callback when progress changes
  • Constructor Details

    • BatchImportOptions

      public BatchImportOptions()