Package | Description |
---|---|
org.jboss.aesh.console | |
org.jboss.aesh.console.operator |
Modifier and Type | Method and Description |
---|---|
ControlOperator |
ConsoleOutput.getControlOperator() |
ControlOperator |
ConsoleOperation.getControlOperator() |
Constructor and Description |
---|
ConsoleOperation(ControlOperator controlOperator,
String buffer) |
Modifier and Type | Method and Description |
---|---|
static ControlOperator |
ControlOperator.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ControlOperator.isRedirectionErr(ControlOperator r) |
static boolean |
ControlOperator.isRedirectionOut(ControlOperator r) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.