Package com.mku.fs.drive.utils
Class FileExporter.FileExportOptions
java.lang.Object
com.mku.fs.drive.utils.FileExporter.FileExportOptions
- Enclosing class:
- FileExporter
File importer options
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDelete the source file after completion.Override the filenamebooleanTrue to enable integrity.Callback when progress changes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filename
Override the filename -
deleteSource
public boolean deleteSourceDelete the source file after completion. -
integrity
public boolean integrityTrue to enable integrity. -
onProgressChanged
Callback when progress changes
-
-
Constructor Details
-
FileExportOptions
public FileExportOptions()
-