public enum FindOptionSet_fimnorz extends Enum<FindOptionSet_fimnorz> implements FindOptions
find
command with
the following options: i
, z
, r
, m
, n
, o
, f
.
Application code does normally not directly refer to this class;
Find.Options
should be used instead to specify command
options. See also FindOptions
for more information.
FindOptions.Default
Modifier and Type | Field and Description |
---|---|
FindOptionSet_fimnorz |
f
Option
"-f" : Consider only regular files |
FindOptionSet_fimnorz |
i
Option
"-i" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_fimnorz |
ignoreCase
Option
"--ignoreCase" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_fimnorz |
m
Option
"-m" : The time operand refers to the last modification time of the file
(the default) |
FindOptionSet_fimnorz |
n
Option
"-n" : Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default) |
FindOptionSet_fimnorz |
o
Option
"-o" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_fimnorz |
print0
Option
"--print0" : Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). |
FindOptionSet_fimnorz |
r
Option
"-r" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_fimnorz |
regex
Option
"--regex" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_fimnorz |
timeModified
Option
"--timeModified" : The time operand refers to the last modification time of the file
(the default) |
FindOptionSet_fimnorz |
timeNewer
Option
"--timeNewer" : Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default) |
FindOptionSet_fimnorz |
timeOlder
Option
"--timeOlder" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_fimnorz |
typeFile
Option
"--typeFile" : Consider only regular files |
FindOptionSet_fimnorz |
z
Option
"-z" : Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). |
CONVERTER, EMPTY
Modifier and Type | Method and Description |
---|---|
EnumSet<FindOption> |
asSet()
Returns the set with the active options.
|
boolean |
isSet(FindOption option)
Returns true if the specified
option is set and false otherwise |
Iterator<FindOption> |
iterator()
Returns an immutable iterator with the active options of this option set.
|
Class<FindOption> |
optionType()
Returns the option type class, usually an enum.
|
int |
size()
Returns the number of active options in this option set.
|
boolean |
useAcronymFor(FindOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
static FindOptionSet_fimnorz |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindOptionSet_fimnorz[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final FindOptionSet_fimnorz Active_fimnorz
public static final FindOptionSet_fimnorz Active_fimnorz_long
public static final FindOptionSet_fimnorz Active_fimnor
public static final FindOptionSet_fimnorz Active_fimnor_long
public static final FindOptionSet_fimnorz Active_fimnrz
public static final FindOptionSet_fimnorz Active_fimnrz_long
public static final FindOptionSet_fimnorz Active_fimorz
public static final FindOptionSet_fimnorz Active_fimorz_long
public static final FindOptionSet_fimnorz Active_fmnorz
public static final FindOptionSet_fimnorz Active_fmnorz_long
public static final FindOptionSet_fimnorz Active_fimnoz
public static final FindOptionSet_fimnorz Active_fimnoz_long
public static final FindOptionSet_fimnorz Active_fimnr
public static final FindOptionSet_fimnorz Active_fimnr_long
public static final FindOptionSet_fimnorz Active_fimor
public static final FindOptionSet_fimnorz Active_fimor_long
public static final FindOptionSet_fimnorz Active_fimrz
public static final FindOptionSet_fimnorz Active_fimrz_long
public static final FindOptionSet_fimnorz Active_fmnor
public static final FindOptionSet_fimnorz Active_fmnor_long
public static final FindOptionSet_fimnorz Active_fmnrz
public static final FindOptionSet_fimnorz Active_fmnrz_long
public static final FindOptionSet_fimnorz Active_fmorz
public static final FindOptionSet_fimnorz Active_fmorz_long
public static final FindOptionSet_fimnorz Active_fimno
public static final FindOptionSet_fimnorz Active_fimno_long
public static final FindOptionSet_fimnorz Active_fimnz
public static final FindOptionSet_fimnorz Active_fimnz_long
public static final FindOptionSet_fimnorz Active_fimoz
public static final FindOptionSet_fimnorz Active_fimoz_long
public static final FindOptionSet_fimnorz Active_fmnoz
public static final FindOptionSet_fimnorz Active_fmnoz_long
public static final FindOptionSet_fimnorz Active_fimr
public static final FindOptionSet_fimnorz Active_fimr_long
public static final FindOptionSet_fimnorz Active_fmnr
public static final FindOptionSet_fimnorz Active_fmnr_long
public static final FindOptionSet_fimnorz Active_fmor
public static final FindOptionSet_fimnorz Active_fmor_long
public static final FindOptionSet_fimnorz Active_fmrz
public static final FindOptionSet_fimnorz Active_fmrz_long
public static final FindOptionSet_fimnorz Active_fimn
public static final FindOptionSet_fimnorz Active_fimn_long
public static final FindOptionSet_fimnorz Active_fimo
public static final FindOptionSet_fimnorz Active_fimo_long
public static final FindOptionSet_fimnorz Active_fimz
public static final FindOptionSet_fimnorz Active_fimz_long
public static final FindOptionSet_fimnorz Active_fmno
public static final FindOptionSet_fimnorz Active_fmno_long
public static final FindOptionSet_fimnorz Active_fmnz
public static final FindOptionSet_fimnorz Active_fmnz_long
public static final FindOptionSet_fimnorz Active_fmoz
public static final FindOptionSet_fimnorz Active_fmoz_long
public static final FindOptionSet_fimnorz Active_fmr
public static final FindOptionSet_fimnorz Active_fmr_long
public static final FindOptionSet_fimnorz Active_fim
public static final FindOptionSet_fimnorz Active_fim_long
public static final FindOptionSet_fimnorz Active_fmn
public static final FindOptionSet_fimnorz Active_fmn_long
public static final FindOptionSet_fimnorz Active_fmo
public static final FindOptionSet_fimnorz Active_fmo_long
public static final FindOptionSet_fimnorz Active_fmz
public static final FindOptionSet_fimnorz Active_fmz_long
public static final FindOptionSet_fimnorz Active_fm
public static final FindOptionSet_fimnorz Active_fm_long
public final FindOptionSet_fimnorz i
"-i"
: Use case insensitive matching when applying the file name pattern
specified by the name operand
(This option is ignored if no name operand is specified).
The option "-i"
is equivalent to the "--
ignoreCase
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-i"
. If the option "-i"
is already set, the field i
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz ignoreCase
"--ignoreCase"
: Use case insensitive matching when applying the file name pattern
specified by the name operand
(This option is ignored if no name operand is specified).
The option "--ignoreCase"
is equivalent to the "-
i
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--ignoreCase"
. If the option "--ignoreCase"
is already set, the field ignoreCase
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz z
"-z"
: Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). This
allows file names that contain newlines or other types of white
space to be correctly interpreted by programs that process the find
output. This option corresponds to the --delimiter0 option of xargs.
The option "-z"
is equivalent to the "--
print0
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-z"
. If the option "-z"
is already set, the field z
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz print0
"--print0"
: Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). This
allows file names that contain newlines or other types of white
space to be correctly interpreted by programs that process the find
output. This option corresponds to the --delimiter0 option of xargs.
The option "--print0"
is equivalent to the "-
z
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--print0"
. If the option "--print0"
is already set, the field print0
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz r
"-r"
: Use full regular expression syntax for the patterns specified by the
name operand
(This option is ignored if no name operand is specified).
The option "-r"
is equivalent to the "--
regex
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-r"
. If the option "-r"
is already set, the field r
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz regex
"--regex"
: Use full regular expression syntax for the patterns specified by the
name operand
(This option is ignored if no name operand is specified).
The option "--regex"
is equivalent to the "-
r
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--regex"
. If the option "--regex"
is already set, the field regex
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz m
"-m"
: The time operand refers to the last modification time of the file
(the default)
(This option is ignored if no time operand is specified).
The option "-m"
is equivalent to the "--
timeModified
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-m"
. If the option "-m"
is already set, the field m
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz timeModified
"--timeModified"
: The time operand refers to the last modification time of the file
(the default)
(This option is ignored if no time operand is specified).
The option "--timeModified"
is equivalent to the "-
m
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--timeModified"
. If the option "--timeModified"
is already set, the field timeModified
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz n
"-n"
: Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
(This option is ignored if no time operand is specified).
The option "-n"
is equivalent to the "--
timeNewer
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-n"
. If the option "-n"
is already set, the field n
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz timeNewer
"--timeNewer"
: Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
(This option is ignored if no time operand is specified).
The option "--timeNewer"
is equivalent to the "-
n
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--timeNewer"
. If the option "--timeNewer"
is already set, the field timeNewer
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz o
"-o"
: Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
(This option is ignored if no time operand is specified).
The option "-o"
is equivalent to the "--
timeOlder
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-o"
. If the option "-o"
is already set, the field o
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz timeOlder
"--timeOlder"
: Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
(This option is ignored if no time operand is specified).
The option "--timeOlder"
is equivalent to the "-
o
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--timeOlder"
. If the option "--timeOlder"
is already set, the field timeOlder
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz f
"-f"
: Consider only regular files
The option "-f"
is equivalent to the "--
typeFile
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-f"
. If the option "-f"
is already set, the field f
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_fimnorz typeFile
"--typeFile"
: Consider only regular files
The option "--typeFile"
is equivalent to the "-
f
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--typeFile"
. If the option "--typeFile"
is already set, the field typeFile
points to the enum constant itself
as it already represents the current set of options.
public static FindOptionSet_fimnorz[] values()
for (FindOptionSet_fimnorz c : FindOptionSet_fimnorz.values()) System.out.println(c);
public static FindOptionSet_fimnorz valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Class<FindOption> optionType()
OptionSet
optionType
in interface OptionSet<FindOption>
public boolean isSet(FindOption option)
OptionSet
option
is set and false otherwiseisSet
in interface OptionSet<FindOption>
option
- the option to testoption
is set in this OptionSet
public int size()
OptionSet
size
in interface OptionSet<FindOption>
public EnumSet<FindOption> asSet()
this
option set.asSet
in interface OptionSet<FindOption>
public Iterator<FindOption> iterator()
iterator
in interface Iterable<FindOption>
iterator
in interface OptionSet<FindOption>
public boolean useAcronymFor(FindOption option)
acronym
should be used in
for the specified option
string representations.
In particular and independent from the option
argument, this
option set returns true if the last option added to this set was an
acronym, and false if it was a long option name.
For instance, the set defined as
FindOptionSet_fimnorz.ignoreCase.z;uses acronyms, that is, this method always returns true for the above set.
On the other hand, long option names are used and this method always returns false for the set
FindOptionSet_fimnorz.i.print0;
Note that a repeated option is not treated as the last set option. For instance, the first and last option of the following set are equivalent and acronyms are used:
FindOptionSet_fimnorz.i.z.ignoreCase;
This method always returns true for the empty set with no active options.
useAcronymFor
in interface OptionSet<FindOption>
option
- the option of interest, has no impact on the result returned
by this methodCopyright © 2024. All rights reserved.