| Package | Description |
|---|---|
| org.unix4j.command |
Declares the basic command interface and contains related classes used by
most command implementations.
|
| org.unix4j.io |
Contains interfaces and classes used to handle input and output 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. |
| Class and Description |
|---|
| LineProcessor
A
LineProcessor is a program or device that processes line based
data. |
| Class and Description |
|---|
| LineProcessor
A
LineProcessor is a program or device that processes line based
data. |
| Class and Description |
|---|
| LineProcessor
A
LineProcessor is a program or device that processes line based
data. |
| Class and Description |
|---|
| InputProcessor
An
InputProcessor is used by a MultipleInputLineProcessor to
process line based data from multiple Input devices. |
| LineProcessor
A
LineProcessor is a program or device that processes line based
data. |
| MultipleInputLineProcessor
A line processor for multiple inputs processing the same operation for each
input object individually.
|
Copyright © 2016. All Rights Reserved.