| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOp
A command that performs no operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdHocCommand
Implementation of an ad-hoc command based on a
LineOperation. |
Copyright © 2016. All Rights Reserved.