Package com.mku.fs.drive.utils
Class FileCommander.BatchCopyOptions
java.lang.Object
com.mku.fs.drive.utils.FileCommander.BatchCopyOptions
- Enclosing class:
- FileCommander
Batch copy options
-
Field Summary
FieldsModifier and TypeFieldDescriptionCallback when another file with the same name exists.booleanTrue to autorename foldersbooleanTrue to move, false to copyCallback when copy failsCallback when progress changes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
move
public boolean moveTrue to move, false to copy -
autoRename
Callback when another file with the same name exists. -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
Callback when copy fails -
onProgressChanged
Callback when progress changes.
-
-
Constructor Details
-
BatchCopyOptions
public BatchCopyOptions()
-