Modifier and Type | Method and Description |
---|---|
CommandResult |
AeshGraphicsExample.ExitCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshGraphicsExample.GraphicsCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.ExitCommand.execute(CommandInvocation commandInvocation) |
CommandResult |
AeshExample.HiddenCommand.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 |
AeshExample.FailCommand.execute(CommandInvocation commandInvocation) |
Modifier and Type | Method and Description |
---|---|
void |
ResultHandler.onExecutionFailure(CommandResult result,
CommandException exception) |
void |
NullResultHandler.onExecutionFailure(CommandResult result,
CommandException exception) |
Modifier and Type | Method and Description |
---|---|
CommandResult |
Command.execute(T commandInvocation)
Will be executed when this command is triggered by the command line.
|
Modifier and Type | Method and Description |
---|---|
CommandContainerResult |
DefaultCommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
CommandContainer.executeCommand(AeshLine line,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
DefaultCommandContainer.executeCommand(CommandLine commandLine,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
CommandContainerResult |
CommandContainer.executeCommand(CommandLine commandLine,
InvocationProviders invocationProviders,
AeshContext aeshContext,
CommandInvocation commandInvocation) |
Modifier and Type | Method and Description |
---|---|
Command |
CommandInvocation.getPopulatedCommand(String commandLine)
Retrieve the command from a command line.
|
Command |
AeshCommandInvocation.getPopulatedCommand(String commandLine) |
Modifier and Type | Method and Description |
---|---|
CommandResult |
Man.execute(CommandInvocation commandInvocation) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.