Package | Description |
---|---|
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
Modifier and Type | Method and Description |
---|---|
static UniqOption |
UniqOption.findByAcronym(char acronym)
Returns the option with the given
acronym , or null if no
such option is found. |
static UniqOption |
UniqOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniqOption[] |
UniqOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<UniqOption> |
UniqOptionSet_cg.asSet()
Returns the set with the active options.
|
EnumSet<UniqOption> |
UniqOptionSet_cdgu.asSet()
Returns the set with the active options.
|
EnumSet<UniqOption> |
UniqOptionSet_gu.asSet()
Returns the set with the active options.
|
EnumSet<UniqOption> |
UniqOptionSet_dg.asSet()
Returns the set with the active options.
|
EnumSet<UniqOption> |
UniqOption.asSet()
Returns a new set with
this active option. |
Iterator<UniqOption> |
UniqOptionSet_cg.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<UniqOption> |
UniqOptionSet_cdgu.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<UniqOption> |
UniqOptionSet_gu.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<UniqOption> |
UniqOptionSet_dg.iterator()
Returns an immutable iterator with the active options of this option set.
|
Iterator<UniqOption> |
UniqOption.iterator()
Returns an immutable iterator returning o single element:
this
option. |
Class<UniqOption> |
UniqOptionSet_cg.optionType() |
Class<UniqOption> |
UniqOptionSet_cdgu.optionType() |
Class<UniqOption> |
UniqOptionSet_gu.optionType() |
Class<UniqOption> |
UniqOptionSet_dg.optionType() |
Class<UniqOption> |
UniqOption.optionType() |
Modifier and Type | Method and Description |
---|---|
boolean |
UniqOptionSet_cg.isSet(UniqOption option) |
boolean |
UniqOptionSet_cdgu.isSet(UniqOption option) |
boolean |
UniqOptionSet_gu.isSet(UniqOption option) |
boolean |
UniqOptionSet_dg.isSet(UniqOption option) |
boolean |
UniqOption.isSet(UniqOption option) |
boolean |
UniqOptionSet_cg.useAcronymFor(UniqOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
UniqOptionSet_cdgu.useAcronymFor(UniqOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
UniqOptionSet_gu.useAcronymFor(UniqOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
UniqOptionSet_dg.useAcronymFor(UniqOption option)
Returns true if the
acronym should be used in
for the specified option string representations. |
boolean |
UniqOption.useAcronymFor(UniqOption option)
Returns true if the
acronym should be used for
the specified option in string representations. |
Constructor and Description |
---|
Default(UniqOption... options)
Constructor for an option set with the given active options.
|
Default(UniqOption option)
Constructor for an option set with a single active option.
|
Constructor and Description |
---|
Default(OptionSet<UniqOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Copyright © 2024. All rights reserved.