Package com.mku.fs.drive.utils
Class FileCommander.BatchImportOptions
java.lang.Object
com.mku.fs.drive.utils.FileCommander.BatchImportOptions
- Enclosing class:
- FileCommander
Batch import options
-
Field Summary
FieldsModifier and TypeFieldDescription<any>Callback when a file with the same name existsbooleanDelete the source file when complete.booleanTrue to enable integrity<any>Callback when import fails<any>Callback when progress changes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
deleteSource
public boolean deleteSourceDelete the source file when complete. -
integrity
public boolean integrityTrue to enable integrity -
autoRename
public <any> autoRenameCallback when a file with the same name exists -
onFailed
public <any> onFailedCallback when import fails -
onProgressChanged
public <any> onProgressChangedCallback when progress changes
-
-
Constructor Details
-
BatchImportOptions
public BatchImportOptions()
-