| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RecursiveDeleteOption | 
RecursiveDeleteOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RecursiveDeleteOption[] | 
RecursiveDeleteOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
MoreFiles.deleteDirectoryContents(Path path,
                       RecursiveDeleteOption... options)
Deletes all files within the directory at the given  
path recursively. | 
static void | 
MoreFiles.deleteRecursively(Path path,
                 RecursiveDeleteOption... options)
Deletes the file or directory at the given  
path recursively. | 
Copyright © 2010–2017. All rights reserved.