| Package | Description |
|---|---|
| manifold.io.extensions.java.io.File |
| Modifier and Type | Method and Description |
|---|---|
static ManFileExt.OnErrorAction |
ManFileExt.OnErrorAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManFileExt.OnErrorAction[] |
ManFileExt.OnErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ManFileExt.copyRecursively(File thiz,
File target,
boolean overwrite,
java.util.function.BiFunction<File,IOException,ManFileExt.OnErrorAction> onError) |
static boolean |
ManFileExt.copyRecursively(File thiz,
File target,
boolean overwrite,
java.util.function.BiFunction<File,IOException,ManFileExt.OnErrorAction> onError,
java.util.function.Predicate<File> filter)
Copies this file with all its children to the specified destination
target path. |
Copyright © 2019. All rights reserved.