Uses of Enum Class
com.google.common.io.RecursiveDeleteOption
Packages that use RecursiveDeleteOption
Package
Description
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of RecursiveDeleteOption in com.google.common.io
Methods in com.google.common.io that return RecursiveDeleteOptionModifier and TypeMethodDescriptionstatic RecursiveDeleteOptionReturns the enum constant of this class with the specified name.static RecursiveDeleteOption[]RecursiveDeleteOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.io with parameters of type RecursiveDeleteOptionModifier and TypeMethodDescriptionprivate static voidMoreFiles.checkAllowsInsecure(Path path, RecursiveDeleteOption[] options) Checks that the given options allow an insecure delete, throwing an exception if not.static voidMoreFiles.deleteDirectoryContents(Path path, RecursiveDeleteOption... options) Deletes all files within the directory at the givenpathrecursively.static voidMoreFiles.deleteRecursively(Path path, RecursiveDeleteOption... options) Deletes the file or directory at the givenpathrecursively.