| Package | Description |
|---|---|
| org.unix4j.builder |
Defines interfaces and implementations used to create a command or a chain of
joined commands.
|
| org.unix4j.command |
Declares the basic command interface and contains related classes used by
most command implementations.
|
| org.unix4j.operation |
Contains the
LineOperation
interface and the AdHocCommand
implementation facilitating the creation of ad-hoc commands. |
| org.unix4j.processor |
Defines
LineProcessor and
InputProcessor, two interfaces
used for line-by-line input processing, and provides some basic
implementations for both interfaces. |
| Class and Description |
|---|
| Command |
| CommandInterface
A command interface defines the different ways a certain
Command can
be invoked (or instantiated). |
| Class and Description |
|---|
| AbstractCommand
Abstract base class suitable for most command implementations.
|
| Arguments
Interface implemented by command arguments.
|
| Command |
| JoinedCommand
A composite command joining two commands.
|
| NoOp
A command that performs no operation.
|
| NoOp.Args
Arguments for NoOp.
|
| Class and Description |
|---|
| AbstractCommand
Abstract base class suitable for most command implementations.
|
| Arguments
Interface implemented by command arguments.
|
| Command |
| Class and Description |
|---|
| Arguments
Interface implemented by command arguments.
|
| Command |
Copyright © 2016. All Rights Reserved.