| Package | Description |
|---|---|
| org.jboss.aesh.console | |
| org.jboss.aesh.console.command.invocation | |
| org.jboss.aesh.console.man | |
| org.jboss.aesh.console.operator |
| Modifier and Type | Field and Description |
|---|---|
private ControlOperator |
ConsoleOperation.controlOperator |
| Modifier and Type | Method and Description |
|---|---|
ControlOperator |
ConsoleOperation.getControlOperator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
Console.persistRedirection(java.lang.String fileName,
ControlOperator redirection) |
| Constructor and Description |
|---|
ConsoleOperation(ControlOperator controlOperator,
java.lang.String buffer) |
| Modifier and Type | Field and Description |
|---|---|
private ControlOperator |
AeshCommandInvocation.controlOperator |
| Modifier and Type | Method and Description |
|---|---|
ControlOperator |
AeshCommandInvocation.getControlOperator() |
ControlOperator |
CommandInvocation.getControlOperator() |
| Constructor and Description |
|---|
AeshCommandInvocation(AeshConsoleImpl aeshConsole,
ControlOperator controlOperator,
int pid,
ConsoleCallback callback) |
| Modifier and Type | Field and Description |
|---|---|
private ControlOperator |
AeshFileDisplayer.operation |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AeshFileDisplayer.setControlOperator(ControlOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
static ControlOperator |
ControlOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlOperator[] |
ControlOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|