Package com.mku.fs.file
Class IFile.RecursiveDeleteOptions
java.lang.Object
com.mku.fs.file.IFile.RecursiveDeleteOptions
- Enclosing interface:
- IFile
Directory move options (recursively)
-
Field Summary
FieldsModifier and TypeFieldDescription<any>Callback when file failed<any>Callback when progress changed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
onFailed
public <any> onFailedCallback when file failed -
onProgressChanged
public <any> onProgressChangedCallback when progress changed
-
-
Constructor Details
-
RecursiveDeleteOptions
public RecursiveDeleteOptions()
-