public enum FindOptionSet_adfilnorxz extends Enum<FindOptionSet_adfilnorxz> implements FindOptions
FindOptions.Default
Modifier and Type | Field and Description |
---|---|
FindOptionSet_adfilnorxz |
a
Option
"-a" : The time operand refers to the last access time of the file |
FindOptionSet_adinorz |
d
Option
"-d" : Consider only directories |
FindOptionSet_afinorz |
f
Option
"-f" : Consider only regular files |
FindOptionSet_adfilnorxz |
i
Option
"-i" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_adfilnorxz |
ignoreCase
Option
"--ignoreCase" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_ailnorz |
l
Option
"-l" : Consider only symbolic links |
FindOptionSet_adfilnorxz |
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_adfilnorxz |
o
Option
"-o" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_adfilnorxz |
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_adfilnorxz |
r
Option
"-r" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_adfilnorxz |
regex
Option
"--regex" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_adfilnorxz |
timeAccess
Option
"--timeAccess" : The time operand refers to the last access time of the file |
FindOptionSet_adfilnorxz |
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_adfilnorxz |
timeOlder
Option
"--timeOlder" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_adinorz |
typeDirectory
Option
"--typeDirectory" : Consider only directories |
FindOptionSet_afinorz |
typeFile
Option
"--typeFile" : Consider only regular files |
FindOptionSet_ainorxz |
typeOther
Option
"--typeOther" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_ailnorz |
typeSymlink
Option
"--typeSymlink" : Consider only symbolic links |
FindOptionSet_ainorxz |
x
Option
"-x" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_adfilnorxz |
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_adfilnorxz |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindOptionSet_adfilnorxz[] |
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_adfilnorxz Active_ainorz
public static final FindOptionSet_adfilnorxz Active_ainorz_long
public static final FindOptionSet_adfilnorxz Active_ainor
public static final FindOptionSet_adfilnorxz Active_ainor_long
public static final FindOptionSet_adfilnorxz Active_ainrz
public static final FindOptionSet_adfilnorxz Active_ainrz_long
public static final FindOptionSet_adfilnorxz Active_aiorz
public static final FindOptionSet_adfilnorxz Active_aiorz_long
public static final FindOptionSet_adfilnorxz Active_anorz
public static final FindOptionSet_adfilnorxz Active_anorz_long
public static final FindOptionSet_adfilnorxz Active_ainoz
public static final FindOptionSet_adfilnorxz Active_ainoz_long
public static final FindOptionSet_adfilnorxz Active_ainr
public static final FindOptionSet_adfilnorxz Active_ainr_long
public static final FindOptionSet_adfilnorxz Active_aior
public static final FindOptionSet_adfilnorxz Active_aior_long
public static final FindOptionSet_adfilnorxz Active_airz
public static final FindOptionSet_adfilnorxz Active_airz_long
public static final FindOptionSet_adfilnorxz Active_anor
public static final FindOptionSet_adfilnorxz Active_anor_long
public static final FindOptionSet_adfilnorxz Active_anrz
public static final FindOptionSet_adfilnorxz Active_anrz_long
public static final FindOptionSet_adfilnorxz Active_aorz
public static final FindOptionSet_adfilnorxz Active_aorz_long
public static final FindOptionSet_adfilnorxz Active_aino
public static final FindOptionSet_adfilnorxz Active_aino_long
public static final FindOptionSet_adfilnorxz Active_ainz
public static final FindOptionSet_adfilnorxz Active_ainz_long
public static final FindOptionSet_adfilnorxz Active_aioz
public static final FindOptionSet_adfilnorxz Active_aioz_long
public static final FindOptionSet_adfilnorxz Active_anoz
public static final FindOptionSet_adfilnorxz Active_anoz_long
public static final FindOptionSet_adfilnorxz Active_air
public static final FindOptionSet_adfilnorxz Active_air_long
public static final FindOptionSet_adfilnorxz Active_anr
public static final FindOptionSet_adfilnorxz Active_anr_long
public static final FindOptionSet_adfilnorxz Active_aor
public static final FindOptionSet_adfilnorxz Active_aor_long
public static final FindOptionSet_adfilnorxz Active_arz
public static final FindOptionSet_adfilnorxz Active_arz_long
public static final FindOptionSet_adfilnorxz Active_ain
public static final FindOptionSet_adfilnorxz Active_ain_long
public static final FindOptionSet_adfilnorxz Active_aio
public static final FindOptionSet_adfilnorxz Active_aio_long
public static final FindOptionSet_adfilnorxz Active_aiz
public static final FindOptionSet_adfilnorxz Active_aiz_long
public static final FindOptionSet_adfilnorxz Active_ano
public static final FindOptionSet_adfilnorxz Active_ano_long
public static final FindOptionSet_adfilnorxz Active_anz
public static final FindOptionSet_adfilnorxz Active_anz_long
public static final FindOptionSet_adfilnorxz Active_aoz
public static final FindOptionSet_adfilnorxz Active_aoz_long
public static final FindOptionSet_adfilnorxz Active_ar
public static final FindOptionSet_adfilnorxz Active_ar_long
public static final FindOptionSet_adfilnorxz Active_ai
public static final FindOptionSet_adfilnorxz Active_ai_long
public static final FindOptionSet_adfilnorxz Active_an
public static final FindOptionSet_adfilnorxz Active_an_long
public static final FindOptionSet_adfilnorxz Active_ao
public static final FindOptionSet_adfilnorxz Active_ao_long
public static final FindOptionSet_adfilnorxz Active_az
public static final FindOptionSet_adfilnorxz Active_az_long
public static final FindOptionSet_adfilnorxz Active_a
a
.public static final FindOptionSet_adfilnorxz Active_a_long
a
.public final FindOptionSet_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adfilnorxz a
"-a"
: The time operand refers to the last access time of the file
(This option is ignored if no time operand is specified).
The option "-a"
is equivalent to the "--
timeAccess
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-a"
. If the option "-a"
is already set, the field a
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_adfilnorxz timeAccess
"--timeAccess"
: The time operand refers to the last access time of the file
(This option is ignored if no time operand is specified).
The option "--timeAccess"
is equivalent to the "-
a
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--timeAccess"
. If the option "--timeAccess"
is already set, the field timeAccess
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adfilnorxz 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_adinorz d
"-d"
: Consider only directories
The option "-d"
is equivalent to the "--
typeDirectory
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-d"
. If the option "-d"
is already set, the field d
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_adinorz typeDirectory
"--typeDirectory"
: Consider only directories
The option "--typeDirectory"
is equivalent to the "-
d
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--typeDirectory"
. If the option "--typeDirectory"
is already set, the field typeDirectory
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_afinorz 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_afinorz 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 final FindOptionSet_ainorxz x
"-x"
: Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
The option "-x"
is equivalent to the "--
typeOther
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-x"
. If the option "-x"
is already set, the field x
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_ainorxz typeOther
"--typeOther"
: Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
The option "--typeOther"
is equivalent to the "-
x
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--typeOther"
. If the option "--typeOther"
is already set, the field typeOther
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_ailnorz l
"-l"
: Consider only symbolic links
The option "-l"
is equivalent to the "--
typeSymlink
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "-l"
. If the option "-l"
is already set, the field l
points to the enum constant itself
as it already represents the current set of options.
public final FindOptionSet_ailnorz typeSymlink
"--typeSymlink"
: Consider only symbolic links
The option "--typeSymlink"
is equivalent to the "-
l
"
option.
Technically speaking, this field points to a set with the options of the
current set plus the option "--typeSymlink"
. If the option "--typeSymlink"
is already set, the field typeSymlink
points to the enum constant itself
as it already represents the current set of options.
public static FindOptionSet_adfilnorxz[] values()
for (FindOptionSet_adfilnorxz c : FindOptionSet_adfilnorxz.values()) System.out.println(c);
public static FindOptionSet_adfilnorxz 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_adfilnorxz.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_adfilnorxz.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_adfilnorxz.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.