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 | Class and Description |
---|---|
static class |
OptionSetConverters.AcronymStringToOptionSetConverter<O extends Enum<O> & Option> |
static class |
OptionSetConverters.IterableOfOptionNameOrAcronymToOptionSetConverter<O extends Enum<O> & Option> |
static class |
OptionSetConverters.NameOrAcronymToOptionConverter<O extends Enum<O> & Option> |
static class |
OptionSetConverters.OptionNameStringToSingletonSetConverter<O extends Enum<O> & Option> |
static class |
OptionSetConverters.OptionSetConverter<O extends Enum<O> & Option> |
static class |
OptionSetConverters.OptionToSingletonSetConverter<O extends Enum<O> & Option> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOptionSet<E extends Enum<E> & Option>
Default implementation of a modifiable option set.
|
interface |
OptionSet<O extends Option>
An option set is a very simple unmodifiable set of options.
|
Modifier and Type | Method and Description |
---|---|
static <O extends Option> |
DefaultOptionSet.toString(OptionSet<O> optionSet) |
Modifier and Type | Class and Description |
---|---|
class |
CatOption
Options for the
cat command. |
Modifier and Type | Class and Description |
---|---|
class |
CutOption
Options for the
cut command. |
Modifier and Type | Class and Description |
---|---|
class |
EchoOption
Options for the
echo command. |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
Optionable<O extends Option> |
Modifier and Type | Class and Description |
---|---|
class |
FindOption
Options for the
find command. |
Modifier and Type | Method and Description |
---|---|
static <O extends Option,E extends Enum<E> & Optionable<O>> |
OptionableUtil.findEnumByOption(Class<E> enumClass,
O option)
Finds an enum constant by a given option through the enum/option
association given by the
Optionable interface implemented by the
enum. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GrepOption
Options for the
grep command. |
Modifier and Type | Class and Description |
---|---|
class |
HeadOption
Options for the
head command. |
Modifier and Type | Class and Description |
---|---|
class |
LsOption
Options for the
ls command. |
Modifier and Type | Class and Description |
---|---|
class |
SedOption
Options for the
sed command. |
Modifier and Type | Class and Description |
---|---|
class |
SortOption
Options for the
sort command. |
Modifier and Type | Class and Description |
---|---|
class |
TailOption
Options for the
tail command. |
Modifier and Type | Class and Description |
---|---|
class |
UniqOption
Options for the
uniq command. |
Modifier and Type | Class and Description |
---|---|
class |
WcOption
Options for the
wc command. |
Modifier and Type | Class and Description |
---|---|
class |
XargsOption
Options for the
xargs command. |
Copyright © 2024. All rights reserved.