| Interface | Description |
|---|---|
| FindOptions |
Interface implemented by all option sets for the
find command. |
| Optionable<O extends Option> |
| Class | Description |
|---|---|
| CompositeFileFilter |
A file filter that accepts a file only if all component filters accept the
file.
|
| FileAttributes |
Helper to access file attributes if compiled and run with Java 6 or older.
|
| FileAttributes7 |
Helper to access file attributes if compiled and run with Java 7 or newer.
|
| FindArguments |
Arguments and options for the
find command. |
| FindCommand |
Implementation of the
find command. |
| FindFactory |
Factory for the
find command returning
a new command instance from every signature method. |
| FindOptions.Default |
Default implementation for a modifiable option set.
|
| FindOptionSets |
Options for the
find command with the
the following options: |
| NameFilter |
File filter based on file name.
|
| OptionableUtil | |
| RegexFilter |
File filter based on file name using regular expressions for the comparison.
|
| SizeFilter |
File filter based on file length.
|
| TimeFilter |
File filter based on last modified, last accessed or created time of the
file.
|
find command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2017. All Rights Reserved.