Package | Description |
---|---|
org.unix4j.convert |
Defines interfaces and implementations used for value conversions.
|
org.unix4j.option |
Provides interfaces and classes to deal with very simple sets of options.
|
org.unix4j.unix.cat |
Contains private classes used by the
cat command. |
org.unix4j.unix.cut |
Contains private classes used by the
cut command. |
org.unix4j.unix.echo |
Contains private classes used by the
echo command. |
org.unix4j.unix.find |
Contains private classes used by the
find command. |
org.unix4j.unix.grep |
Contains private classes used by the
grep command. |
org.unix4j.unix.head |
Contains private classes used by the
head command. |
org.unix4j.unix.ls |
Contains private classes used by the
ls command. |
org.unix4j.unix.sed |
Contains private classes used by the
sed command. |
org.unix4j.unix.sort |
Contains private classes used by the
sort command. |
org.unix4j.unix.tail |
Contains private classes used by the
tail command. |
org.unix4j.unix.uniq |
Contains private classes used by the
uniq command. |
org.unix4j.unix.wc |
Contains private classes used by the
wc command. |
org.unix4j.unix.xargs |
Contains private classes used by the
xargs command. |
Modifier and Type | Method and Description |
---|---|
OptionSet<O> |
OptionSetConverters.OptionToSingletonSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.OptionNameStringToSingletonSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.AcronymStringToOptionSetConverter.convert(Object value) |
OptionSet<O> |
OptionSetConverters.IterableOfOptionNameOrAcronymToOptionSetConverter.convert(Object value) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOptionSet<E extends Enum<E> & Option>
Default implementation of a modifiable option set.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultOptionSet.setAll(OptionSet<E> optionSet)
Sets all the options contained in the specified
optionSet . |
static <O extends Option> |
DefaultOptionSet.toString(OptionSet<O> optionSet) |
Modifier and Type | Interface and Description |
---|---|
interface |
CatOptions
Interface implemented by all option sets for the
cat command. |
Modifier and Type | Class and Description |
---|---|
class |
CatOption
Options for the
cat command. |
static class |
CatOptions.Default
Default implementation for a modifiable option set.
|
class |
CatOptionSet_bns
|
class |
CatOptionSet_bs
|
class |
CatOptionSet_ns
|
Constructor and Description |
---|
Default(OptionSet<CatOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CutOptions
Interface implemented by all option sets for the
cut command. |
Modifier and Type | Class and Description |
---|---|
class |
CutOption
Options for the
cut command. |
static class |
CutOptions.Default
Default implementation for a modifiable option set.
|
class |
CutOptionSet_cf
|
Constructor and Description |
---|
Default(OptionSet<CutOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EchoOptions
Interface implemented by all option sets for the
echo command. |
Modifier and Type | Class and Description |
---|---|
class |
EchoOption
Options for the
echo command. |
static class |
EchoOptions.Default
Default implementation for a modifiable option set.
|
class |
EchoOptionSet_n
|
Constructor and Description |
---|
Default(OptionSet<EchoOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FindOptions
Interface implemented by all option sets for the
find command. |
Modifier and Type | Class and Description |
---|---|
class |
FindOption
Options for the
find command. |
static class |
FindOptions.Default
Default implementation for a modifiable option set.
|
class |
FindOptionSet_acdfilmnorxz
|
class |
FindOptionSet_acdimnorz
|
class |
FindOptionSet_acfimnorz
|
class |
FindOptionSet_acilmnorz
|
class |
FindOptionSet_acimnorxz
|
class |
FindOptionSet_adfilnorxz
|
class |
FindOptionSet_adinorz
|
class |
FindOptionSet_afinorz
|
class |
FindOptionSet_ailnorz
|
class |
FindOptionSet_ainorxz
|
class |
FindOptionSet_cdfilnorxz
|
class |
FindOptionSet_cdinorz
|
class |
FindOptionSet_cfinorz
|
class |
FindOptionSet_cilnorz
|
class |
FindOptionSet_cinorxz
|
class |
FindOptionSet_dfilmnorxz
|
class |
FindOptionSet_dimnorz
|
class |
FindOptionSet_fimnorz
|
class |
FindOptionSet_ilmnorz
|
class |
FindOptionSet_imnorxz
|
Modifier and Type | Method and Description |
---|---|
static <O extends Option,E extends Enum<E> & Optionable<O>> |
OptionableUtil.findFirstEnumByOptionInSet(Class<E> enumClass,
OptionSet<O> optionSet,
E defaultEnum)
Finds an enum constant by a comparing the options associated with the
enum constant with the options in the specified set.
|
Constructor and Description |
---|
Default(OptionSet<FindOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GrepOptions
Interface implemented by all option sets for the
grep command. |
Modifier and Type | Class and Description |
---|---|
class |
GrepOption
Options for the
grep command. |
static class |
GrepOptions.Default
Default implementation for a modifiable option set.
|
class |
GrepOptionSet_Fcilnvx
|
Constructor and Description |
---|
Default(OptionSet<GrepOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HeadOptions
Interface implemented by all option sets for the
head command. |
Modifier and Type | Class and Description |
---|---|
class |
HeadOption
Options for the
head command. |
static class |
HeadOptions.Default
Default implementation for a modifiable option set.
|
class |
HeadOptionSet_cq
|
Constructor and Description |
---|
Default(OptionSet<HeadOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LsOptions
Interface implemented by all option sets for the
ls command. |
Modifier and Type | Class and Description |
---|---|
class |
LsOption
Options for the
ls command. |
static class |
LsOptions.Default
Default implementation for a modifiable option set.
|
class |
LsOptionSet_Rahlrt
|
Constructor and Description |
---|
Default(OptionSet<LsOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SedOptions
Interface implemented by all option sets for the
sed command. |
Modifier and Type | Class and Description |
---|---|
class |
SedOption
Options for the
sed command. |
static class |
SedOptions.Default
Default implementation for a modifiable option set.
|
class |
SedOptionSet_Iacdgilnpsy
|
class |
SedOptionSet_Iaglnp
|
class |
SedOptionSet_Icglnp
|
class |
SedOptionSet_Idglnp
|
class |
SedOptionSet_Igilnp
|
class |
SedOptionSet_Iglnps
|
class |
SedOptionSet_Iglnpy
|
Constructor and Description |
---|
Default(OptionSet<SedOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortOptions
Interface implemented by all option sets for the
sort command. |
Modifier and Type | Class and Description |
---|---|
class |
SortOption
Options for the
sort command. |
static class |
SortOptions.Default
Default implementation for a modifiable option set.
|
class |
SortOptionSet_bcdfgmru
|
class |
SortOptionSet_bcdfgru
|
class |
SortOptionSet_bcdfhmru
|
class |
SortOptionSet_bcdfhru
|
class |
SortOptionSet_bcdfmnru
|
class |
SortOptionSet_bcdfnru
|
class |
SortOptionSet_bdfgmru
|
class |
SortOptionSet_bdfhmru
|
class |
SortOptionSet_bdfmnru
|
class |
SortOptionSet_Mbcdfmru
|
class |
SortOptionSet_Mbcdfru
|
class |
SortOptionSet_Mbdfmru
|
class |
SortOptionSet_MVbcdfghmnru
|
class |
SortOptionSet_MVbcdfghnru
|
class |
SortOptionSet_MVbdfghmnru
|
class |
SortOptionSet_Vbcdfmru
|
class |
SortOptionSet_Vbcdfru
|
class |
SortOptionSet_Vbdfmru
|
Constructor and Description |
---|
Default(OptionSet<SortOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TailOptions
Interface implemented by all option sets for the
tail command. |
Modifier and Type | Class and Description |
---|---|
class |
TailOption
Options for the
tail command. |
static class |
TailOptions.Default
Default implementation for a modifiable option set.
|
class |
TailOptionSet_cqs
|
Constructor and Description |
---|
Default(OptionSet<TailOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UniqOptions
Interface implemented by all option sets for the
uniq command. |
Modifier and Type | Class and Description |
---|---|
class |
UniqOption
Options for the
uniq command. |
static class |
UniqOptions.Default
Default implementation for a modifiable option set.
|
class |
UniqOptionSet_cdgu
|
class |
UniqOptionSet_cg
|
class |
UniqOptionSet_dg
|
class |
UniqOptionSet_gu
|
Constructor and Description |
---|
Default(OptionSet<UniqOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WcOptions
Interface implemented by all option sets for the
wc command. |
Modifier and Type | Class and Description |
---|---|
class |
WcOption
Options for the
wc command. |
static class |
WcOptions.Default
Default implementation for a modifiable option set.
|
class |
WcOptionSet_lmw
|
Constructor and Description |
---|
Default(OptionSet<WcOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XargsOptions
Interface implemented by all option sets for the
xargs command. |
Modifier and Type | Class and Description |
---|---|
class |
XargsOption
Options for the
xargs command. |
static class |
XargsOptions.Default
Default implementation for a modifiable option set.
|
class |
XargsOptionSet_rtxz
|
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.