| 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.context |
Contains interfaces and classes defining the
ExecutionContext passed to the
execute
method of commands. |
| 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. |
| org.unix4j.variable |
Defines interfaces and classes to facilitate variables that can be used as
command arguments.
|
| Class and Description |
|---|
| ExecutionContextFactory
Factory for an
ExecutionContext. |
| Class and Description |
|---|
| ExecutionContext
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
| Class and Description |
|---|
| ExecutionContext
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
| ExecutionContextFactory
Factory for an
ExecutionContext. |
| Class and Description |
|---|
| ExecutionContext
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
| Class and Description |
|---|
| ExecutionContext
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
| Class and Description |
|---|
| ExecutionContext
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
Copyright © 2016. All Rights Reserved.