Package | Description |
---|---|
org.unix4j.builder |
Defines interfaces and implementations used to create a command or a chain of
joined commands.
|
org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
org.unix4j.unix.cat |
Contains private classes used by the
cat command. |
org.unix4j.unix.cd |
Contains private classes used by the
cd 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.from |
Contains private classes used by the
from 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 |
---|---|
static <B extends CommandBuilder> |
GenericCommandBuilder.createCommandBuilder(Class<B> commandBuilderInterface,
CommandInterface<? extends Command<?>>... commandFactories)
Returns a new command builder implementing the specified
commandBuilderInterface . |
static <B extends CommandBuilder> |
GenericCommandBuilder.createCommandBuilder(Class<B> commandBuilderInterface,
DefaultCommandBuilder defaultCommandBuilder,
CommandInterface<? extends Command<?>>... commandFactories)
Returns a new command builder implementing the specified
commandBuilderInterface . |
Modifier and Type | Interface and Description |
---|---|
static interface |
Cat.Interface<R>
Interface defining all method signatures for the "cat" command.
|
static interface |
Cd.Interface<R>
Interface defining all method signatures for the "cd" command.
|
static interface |
Cut.Interface<R>
Interface defining all method signatures for the "cut" command.
|
static interface |
Echo.Interface<R>
Interface defining all method signatures for the "echo" command.
|
static interface |
Find.Interface<R>
Interface defining all method signatures for the "find" command.
|
static interface |
From.Interface<R>
Interface defining all method signatures for the "from" command.
|
static interface |
Grep.Interface<R>
Interface defining all method signatures for the "grep" command.
|
static interface |
Head.Interface<R>
Interface defining all method signatures for the "head" command.
|
static interface |
Ls.Interface<R>
Interface defining all method signatures for the "ls" command.
|
static interface |
Sed.Interface<R>
Interface defining all method signatures for the "sed" command.
|
static interface |
Sort.Interface<R>
Interface defining all method signatures for the "sort" command.
|
static interface |
Tail.Interface<R>
Interface defining all method signatures for the "tail" command.
|
static interface |
Uniq.Interface<R>
Interface defining all method signatures for the "uniq" command.
|
interface |
Unix4jCommandBuilder
Builder for a unix4j command or a chain of joined commands.
|
static interface |
Wc.Interface<R>
Interface defining all method signatures for the "wc" command.
|
static interface |
Xargs.Interface<R>
Interface defining all method signatures for the "xargs" command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUnix4jCommandBuilder
Default implementation for
Unix4jCommandBuilder . |
Modifier and Type | Class and Description |
---|---|
class |
CatFactory
Factory for the
cat command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
CdFactory
Factory for the
cd command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
CutFactory
Factory for the
cut command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
EchoFactory
Factory for the
echo command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
FindFactory
Factory for the
find command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
FromFactory
Factory for the
from command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
GrepFactory
Factory for the
grep command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
HeadFactory
Factory for the
head command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
LsFactory
Factory for the
ls command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
SedFactory
Factory for the
sed command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
SortFactory
Factory for the
sort command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
TailFactory
Factory for the
tail command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
UniqFactory
Factory for the
uniq command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
WcFactory
Factory for the
wc command returning
a new command instance from every signature method. |
Modifier and Type | Class and Description |
---|---|
class |
XargsFactory
Factory for the
xargs command returning
a new command instance from every signature method. |
Copyright © 2024. All rights reserved.