Uses of Class
com.google.common.io.InsecureRecursiveDeleteException
Packages that use InsecureRecursiveDeleteException
Package
Description
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 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.