Uses of Class
manifold.io.extensions.java.io.File.ManFileExt.OnErrorAction
-
Packages that use ManFileExt.OnErrorAction Package Description manifold.io.extensions.java.io.File -
-
Uses of ManFileExt.OnErrorAction in manifold.io.extensions.java.io.File
Methods in manifold.io.extensions.java.io.File that return ManFileExt.OnErrorAction Modifier and Type Method Description static ManFileExt.OnErrorActionManFileExt.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.Method parameters in manifold.io.extensions.java.io.File with type arguments of type ManFileExt.OnErrorAction Modifier and Type Method Description static booleanManFileExt. copyRecursively(File thiz, File target, boolean overwrite, BiFunction<File,IOException,ManFileExt.OnErrorAction> onError)static booleanManFileExt. copyRecursively(File thiz, File target, boolean overwrite, BiFunction<File,IOException,ManFileExt.OnErrorAction> onError, Predicate<File> filter)Copies this file with all its children to the specified destinationtargetpath.
-