Package | Description |
---|---|
org.unix4j |
Provides a single class
Unix4j with static methods
serving as entry point to build commands and command chains joining several
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. |
Class and Description |
---|
Unix4jCommandBuilder
Builder for a unix4j command or a chain of joined commands.
|
Class and Description |
---|
Cat.Interface
Interface defining all method signatures for the "cat" command.
|
Cd.Interface
Interface defining all method signatures for the "cd" command.
|
Cut.Interface
Interface defining all method signatures for the "cut" command.
|
Echo.Interface
Interface defining all method signatures for the "echo" command.
|
Find.Interface
Interface defining all method signatures for the "find" command.
|
From.Interface
Interface defining all method signatures for the "from" command.
|
Grep.Interface
Interface defining all method signatures for the "grep" command.
|
Head.Interface
Interface defining all method signatures for the "head" command.
|
Ls.Interface
Interface defining all method signatures for the "ls" command.
|
Sed.Interface
Interface defining all method signatures for the "sed" command.
|
Sort.Interface
Interface defining all method signatures for the "sort" command.
|
Tail.Interface
Interface defining all method signatures for the "tail" command.
|
Uniq.Interface
Interface defining all method signatures for the "uniq" command.
|
Unix4jCommandBuilder
Builder for a unix4j command or a chain of joined commands.
|
Wc.Interface
Interface defining all method signatures for the "wc" command.
|
Xargs.Interface
Interface defining all method signatures for the "xargs" command.
|
Class and Description |
---|
Cat.Interface
Interface defining all method signatures for the "cat" command.
|
Class and Description |
---|
Cd.Interface
Interface defining all method signatures for the "cd" command.
|
Class and Description |
---|
Cut.Interface
Interface defining all method signatures for the "cut" command.
|
Class and Description |
---|
Echo.Interface
Interface defining all method signatures for the "echo" command.
|
Class and Description |
---|
Find.Interface
Interface defining all method signatures for the "find" command.
|
Class and Description |
---|
From.Interface
Interface defining all method signatures for the "from" command.
|
Class and Description |
---|
Grep.Interface
Interface defining all method signatures for the "grep" command.
|
Class and Description |
---|
Head.Interface
Interface defining all method signatures for the "head" command.
|
Class and Description |
---|
Ls.Interface
Interface defining all method signatures for the "ls" command.
|
Class and Description |
---|
Sed.Interface
Interface defining all method signatures for the "sed" command.
|
Class and Description |
---|
Sort.Interface
Interface defining all method signatures for the "sort" command.
|
Class and Description |
---|
Tail.Interface
Interface defining all method signatures for the "tail" command.
|
Class and Description |
---|
Uniq.Interface
Interface defining all method signatures for the "uniq" command.
|
Class and Description |
---|
Wc.Interface
Interface defining all method signatures for the "wc" command.
|
Class and Description |
---|
Xargs.Interface
Interface defining all method signatures for the "xargs" command.
|
Copyright © 2024. All rights reserved.