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.
|
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.
|
Enum | Description |
---|---|
FileAttributes |
Helper to access file attributes.
|
FindOption |
Options for the
find command. |
FindOptionSet_acdfilmnorxz | |
FindOptionSet_acdimnorz | |
FindOptionSet_acfimnorz | |
FindOptionSet_acilmnorz | |
FindOptionSet_acimnorxz | |
FindOptionSet_adfilnorxz | |
FindOptionSet_adinorz | |
FindOptionSet_afinorz | |
FindOptionSet_ailnorz | |
FindOptionSet_ainorxz | |
FindOptionSet_cdfilnorxz | |
FindOptionSet_cdinorz | |
FindOptionSet_cfinorz | |
FindOptionSet_cilnorz | |
FindOptionSet_cinorxz | |
FindOptionSet_dfilmnorxz | |
FindOptionSet_dimnorz | |
FindOptionSet_fimnorz | |
FindOptionSet_ilmnorz | |
FindOptionSet_imnorxz | |
SizeFilter.SizeComparator | |
TimeFilter.TimeComparator | |
TimeFilter.TimeType | |
TypeFilter |
File filter based on file type.
|
find
command.
Most of the classes have package visibility and do not need to be accessed by
application code directly.Copyright © 2024. All rights reserved.