See: Description
| Interface | Description |
|---|---|
| Cat.Interface<R> |
Interface defining all method signatures for the "cat" command.
|
| Cd.Interface<R> |
Interface defining all method signatures for the "cd" command.
|
| Cut.Interface<R> |
Interface defining all method signatures for the "cut" command.
|
| Echo.Interface<R> |
Interface defining all method signatures for the "echo" command.
|
| Find.Interface<R> |
Interface defining all method signatures for the "find" command.
|
| From.Interface<R> |
Interface defining all method signatures for the "from" command.
|
| Grep.Interface<R> |
Interface defining all method signatures for the "grep" command.
|
| Head.Interface<R> |
Interface defining all method signatures for the "head" command.
|
| Ls.Interface<R> |
Interface defining all method signatures for the "ls" command.
|
| Sed.Interface<R> |
Interface defining all method signatures for the "sed" command.
|
| Sort.Interface<R> |
Interface defining all method signatures for the "sort" command.
|
| Tail.Interface<R> |
Interface defining all method signatures for the "tail" command.
|
| Uniq.Interface<R> |
Interface defining all method signatures for the "uniq" command.
|
| Unix4jCommandBuilder |
Builder for a unix4j command or a chain of joined commands.
|
| Wc.Interface<R> |
Interface defining all method signatures for the "wc" command.
|
| Xargs.Interface<R> |
Interface defining all method signatures for the "xargs" command.
|
| Class | Description |
|---|---|
| Cat |
Non-instantiable module with inner types making up the cat command.
|
| Cd |
Non-instantiable module with inner types making up the cd command.
|
| Cut |
Non-instantiable module with inner types making up the cut command.
|
| DefaultUnix4jCommandBuilder |
Default implementation for
Unix4jCommandBuilder. |
| Echo |
Non-instantiable module with inner types making up the echo command.
|
| Find |
Non-instantiable module with inner types making up the find command.
|
| From |
Non-instantiable module with inner types making up the from command.
|
| Grep |
Non-instantiable module with inner types making up the grep command.
|
| Head |
Non-instantiable module with inner types making up the head command.
|
| Ls |
Non-instantiable module with inner types making up the ls command.
|
| Sed |
Non-instantiable module with inner types making up the sed command.
|
| Sort |
Non-instantiable module with inner types making up the sort command.
|
| Tail |
Non-instantiable module with inner types making up the tail command.
|
| Uniq |
Non-instantiable module with inner types making up the uniq command.
|
| Wc |
Non-instantiable module with inner types making up the wc command.
|
| Xargs |
Non-instantiable module with inner types making up the xargs command.
|
Copyright © 2025. All rights reserved.