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 Files.FilePredicate |
Files.FilePredicate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Files.FilePredicate[] |
Files.FilePredicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|