Package com.mku.fs.drive.utils
Class FileCommander.BatchExportOptions
java.lang.Object
com.mku.fs.drive.utils.FileCommander.BatchExportOptions
- Enclosing class:
- FileCommander
Batch export 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
-
BatchExportOptions
public BatchExportOptions()
-