| Package | Description |
|---|---|
| manifold.io.extensions.java.io.File |
| Modifier and Type | Method and Description |
|---|---|
static ManFileExt.OnErrorAction |
ManFileExt.OnErrorAction.valueOf(java.lang.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(java.io.File thiz,
java.io.File target,
boolean overwrite,
java.util.function.BiFunction<java.io.File,java.io.IOException,ManFileExt.OnErrorAction> onError) |
static boolean |
ManFileExt.copyRecursively(java.io.File thiz,
java.io.File target,
boolean overwrite,
java.util.function.BiFunction<java.io.File,java.io.IOException,ManFileExt.OnErrorAction> onError,
java.util.function.Predicate<java.io.File> filter)
Copies this file with all its children to the specified destination
target path. |
Copyright © 2021. All rights reserved.