| Package | Description |
|---|---|
| de.jstacs.io |
Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and
Storables to an XML-representation. |
| Modifier and Type | Method and Description |
|---|---|
static RegExFilenameFilter.Directory |
RegExFilenameFilter.Directory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegExFilenameFilter.Directory[] |
RegExFilenameFilter.Directory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RegExFilenameFilter(String desc,
RegExFilenameFilter.Directory dir,
boolean ignoreCase,
String... regex)
Creates a new
RegExFilenameFilter with given
regular expressions regex to be found in the
file name of the Files to be filtered. |