Package com.mku.fs.file
Class IVirtualFile.VirtualRecursiveCopyOptions
java.lang.Object
com.mku.fs.file.IVirtualFile.VirtualRecursiveCopyOptions
- Enclosing interface:
- IVirtualFile
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
-
VirtualRecursiveCopyOptions
public VirtualRecursiveCopyOptions()
-