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