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 TypeFieldDescription<any>Callback when file with the same name existsbooleanTrue to autorename folders<any>Callback when file failed<any>Callback when progress changes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
autoRename
public <any> autoRenameCallback when file with the same name exists -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
public <any> onFailedCallback when file failed -
onProgressChanged
public <any> onProgressChangedCallback when progress changes
-
-
Constructor Details
-
RecursiveMoveOptions
public RecursiveMoveOptions()
-