Package com.mku.fs.file
Class IFile.RecursiveMoveOptions
java.lang.Object
com.mku.fs.file.IFile.RecursiveMoveOptions
- Enclosing interface:
- IFile
Directory move options (recursively)
-
Field Summary
FieldsModifier and TypeFieldDescriptionCallback when file with the same name existsbooleanTrue to autorename foldersCallback when file failedCallback when progress changes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
autoRename
Callback when file with the same name exists -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
Callback when file failed -
onProgressChanged
Callback when progress changes
-
-
Constructor Details
-
RecursiveMoveOptions
public RecursiveMoveOptions()
-