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