Uses of Class
com.google.common.io.InsecureRecursiveDeleteException
Packages that use InsecureRecursiveDeleteException
Package
Description
Utility methods and classes for 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 InsecureRecursiveDeleteExceptionModifier and TypeMethodDescriptionprivate static void
MoreFiles.checkAllowsInsecure
(Path path, RecursiveDeleteOption[] options) Checks that the given options allow an insecure delete, throwing an exception if not.