| Package | Description |
|---|---|
| <Unnamed> | |
| org.jboss.aesh.console | |
| org.jboss.aesh.console.operator |
| Modifier and Type | Field and Description |
|---|---|
private ConsoleOperation |
Example.ExampleConsoleCommand.operation |
| Constructor and Description |
|---|
ExampleConsoleCommand(Console console,
ConsoleOperation operation) |
| Modifier and Type | Field and Description |
|---|---|
private ConsoleOperation |
Console.currentOperation |
private ConsoleOperation |
AeshProcess.operation |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ConsoleOperation> |
Console.operations |
| Modifier and Type | Method and Description |
|---|---|
private ConsoleOperation |
Console.findAliases(ConsoleOperation operation) |
private ConsoleOperation |
Console.parseCurrentOperation() |
private ConsoleOperation |
Console.parseOperations()
Find the next ConsoleOutput based on operations
|
private ConsoleOperation |
Console.processInternalCommands(ConsoleOperation output) |
| Modifier and Type | Method and Description |
|---|---|
int |
AeshConsoleImpl.AeshConsoleCallbackImpl.execute(ConsoleOperation output) |
int |
ConsoleCallback.execute(ConsoleOperation output)
Will be executed when a return is pressed
|
private ConsoleOperation |
Console.findAliases(ConsoleOperation operation) |
private ConsoleOperation |
Console.processInternalCommands(ConsoleOperation output) |
void |
ProcessManager.startNewProcess(ConsoleCallback callback,
ConsoleOperation consoleOperation) |
| Constructor and Description |
|---|
AeshProcess(int pid,
ProcessManager manager,
ConsoleCallback consoleCallback,
ConsoleOperation consoleOperation) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ConsoleOperation> |
ControlOperatorParser.findAllControlOperators(java.lang.String buffer)
Parse buffer and find all RedirectionOperations
|