Package com.mku.fs.drive.utils
Class FileCommander.BatchCopyOptions
- java.lang.Object
- 
- com.mku.fs.drive.utils.FileCommander.BatchCopyOptions
 
- 
- Enclosing class:
- FileCommander
 
 public static class FileCommander.BatchCopyOptions extends java.lang.ObjectBatch copy options
- 
- 
Field SummaryFields Modifier and Type Field Description Function<IVirtualFile,java.lang.String>autoRenameCallback when another file with the same name exists.booleanautoRenameFoldersTrue to autorename foldersbooleanmoveTrue to move, false to copyBiConsumer<IVirtualFile,java.lang.Exception>onFailedCallback when copy failsConsumer<FileCommander.VirtualFileTaskProgress>onProgressChangedCallback when progress changes.
 - 
Constructor SummaryConstructors Constructor Description BatchCopyOptions()
 
- 
- 
- 
Field Detail- 
movepublic boolean move True to move, false to copy
 - 
autoRenamepublic Function<IVirtualFile,java.lang.String> autoRename Callback when another file with the same name exists.
 - 
autoRenameFolderspublic boolean autoRenameFolders True to autorename folders
 - 
onFailedpublic BiConsumer<IVirtualFile,java.lang.Exception> onFailed Callback when copy fails
 - 
onProgressChangedpublic Consumer<FileCommander.VirtualFileTaskProgress> onProgressChanged Callback when progress changes.
 
- 
 
-