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 TypeFieldDescriptionCallback when file with same name existsbooleanTrue to autorename foldersCallback when file changesCallback where progress changed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
autoRename
Callback when file with same name exists -
autoRenameFolders
public boolean autoRenameFoldersTrue to autorename folders -
onFailed
Callback when file changes -
onProgressChanged
Callback where progress changed
-
-
Constructor Details
-
RecursiveCopyOptions
public RecursiveCopyOptions()
-