Package | Description |
---|---|
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 |
---|---|
DefaultOptionSet<E> |
DefaultOptionSet.clone() |
Modifier and Type | Class and Description |
---|---|
static class |
CatOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
CutOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
EchoOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
FindOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
GrepOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
HeadOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
LsOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
SedOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
SortOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
TailOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
UniqOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
WcOptions.Default
Default implementation for a modifiable option set.
|
Modifier and Type | Class and Description |
---|---|
static class |
XargsOptions.Default
Default implementation for a modifiable option set.
|
Copyright © 2024. All rights reserved.