Package | Description |
---|---|
<Unnamed> | |
org.jboss.aesh.cl.result | |
org.jboss.aesh.console | |
org.jboss.aesh.console.command | |
org.jboss.aesh.console.command.container | |
org.jboss.aesh.console.man |
Modifier and Type | Method and Description |
---|---|
CommandResult |
AeshExample.ExitCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.RunCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.FooCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.TestConsoleCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.LsCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.PromptCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.GroupCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.Child1.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.Child2.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshGraphicsExample.ExitCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshGraphicsExample.GraphicsCommand.execute(CommandInvocation commandInvocation) |
Modifier and Type | Method and Description |
---|---|
void |
NullResultHandler.onFailure(CommandResult result) |
void |
ResultHandler.onFailure(CommandResult result) |
void |
NullResultHandler.onValidationFailure(CommandResult result,
Exception exception) |
void |
ResultHandler.onValidationFailure(CommandResult result,
Exception exception) |
Modifier and Type | Method and Description |
---|---|
CommandResult |
AeshProcess.getExitResult() |
CommandResult |
Process.getExitResult() |
Modifier and Type | Method and Description |
---|---|
CommandResult |
Command.execute(T commandInvocation)
Will be executed when this command is triggered by the command line.
|
static CommandResult |
CommandResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandResult[] |
CommandResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommandResult |
CommandContainerResult.getCommandResult() |
Modifier and Type | Method and Description |
---|---|
void |
CommandContainerResult.setCommandResult(CommandResult commandResult) |
Constructor and Description |
---|
CommandContainerResult(ResultHandler resultHandler,
CommandResult commandResult) |
Modifier and Type | Method and Description |
---|---|
CommandResult |
Man.execute(CommandInvocation commandInvocation) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.