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 TypeFieldDescriptionCallback when a file with the same name existsbooleanDelete the source file when complete.booleanTrue to enable integrityCallback when import failsCallback 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
Callback when a file with the same name exists -
onFailed
Callback when import fails -
onProgressChanged
Callback when progress changes
-
-
Constructor Details
-
BatchImportOptions
public BatchImportOptions()
-