Package com.mku.fs.file
Class IFile.RecursiveCopyOptions
java.lang.Object
com.mku.fs.file.IFile.RecursiveCopyOptions
- Enclosing interface:
- IFile
Directory copy options (recursively)
-
Field Summary
FieldsModifier and TypeFieldDescription<any>Callback when file with same name existsbooleanTrue to autorename folders<any>Callback when file changes<any>Callback where progress changed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
autoRename
public <any> autoRenameCallback when file with same name exists -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
public <any> onFailedCallback when file changes -
onProgressChanged
public <any> onProgressChangedCallback where progress changed
-
-
Constructor Details
-
RecursiveCopyOptions
public RecursiveCopyOptions()
-