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 TypeFieldDescription<any>Callback when another file with the same name exists.booleanTrue to autorename foldersbooleanTrue to move, false to copy<any>Callback when copy fails<any>Callback when progress changes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
move
public boolean moveTrue to move, false to copy -
autoRename
public <any> autoRenameCallback when another file with the same name exists. -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
public <any> onFailedCallback when copy fails -
onProgressChanged
public <any> onProgressChangedCallback when progress changes.
-
-
Constructor Details
-
BatchCopyOptions
public BatchCopyOptions()
-