Uses of Class
com.google.common.io.InsecureRecursiveDeleteException
-
Packages that use InsecureRecursiveDeleteException Package Description com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files. -
-
Uses of InsecureRecursiveDeleteException in com.google.common.io
Methods in com.google.common.io that throw InsecureRecursiveDeleteException Modifier and Type Method Description private static void
MoreFiles. checkAllowsInsecure(java.nio.file.Path path, RecursiveDeleteOption[] options)
Checks that the given options allow an insecure delete, throwing an exception if not.
-