| Modifier and Type | Method and Description |
|---|---|
CLICommandInvocation |
CLICommandInvocationBuilder.build(org.aesh.command.CommandRuntime<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation> runtime,
org.aesh.command.invocation.CommandInvocationConfiguration configuration) |
CLICommandInvocation |
AeshCommands.CLIExecution.getInvocation() |
| Modifier and Type | Method and Description |
|---|---|
List<org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>>> |
CLICommandContainer.CLICommandParser.getAllChildParsers() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.CLICommandParser.getChildParser(String name) |
org.aesh.command.container.CommandContainer<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation> |
CLICommandRegistry.getCommand(String name,
String line) |
org.aesh.command.container.CommandContainer<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation> |
CLICommandRegistry.getCommand(String name,
String line) |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.getParser() |
org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.CLICommandParser.getProcessedCommand() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.CLICommandParser.getWrappedParser() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.CLICommandParser.parsedCommand() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.wrapParser(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> p) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.container.CommandContainerResult |
CLICommandContainer.executeCommand(org.aesh.parser.ParsedLine line,
org.aesh.command.invocation.InvocationProviders invocationProviders,
org.aesh.readline.AeshContext aeshContext,
CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
CLICommandContainer.CLICommandParser.addChildParser(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> childParser) |
CLICommandInvocation |
CLICommandInvocationBuilder.build(org.aesh.command.CommandRuntime<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation> runtime,
org.aesh.command.invocation.CommandInvocationConfiguration configuration) |
CLICommandInvocation |
CLICommandInvocationBuilder.build(org.aesh.command.CommandRuntime<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation> runtime,
org.aesh.command.invocation.CommandInvocationConfiguration configuration) |
static void |
HelpSupport.checkCommand(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> parent,
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> child) |
static void |
HelpSupport.checkCommand(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> parent,
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> child) |
static String |
HelpSupport.getCommandHelp(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> parser) |
String |
CLICommandRegistry.getCommandName(org.aesh.command.Command<CLICommandInvocation> command) |
static String |
HelpSupport.getSubCommandHelp(String parentCommand,
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> parser) |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
CLICommandContainer.wrapParser(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> p) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
VersionCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
HelpCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
ConnectCommand.execute(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
AbstractUndeployCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
DeployArchiveCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
EnableAllCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
EnableCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
DeploymentCommand.execute(CLICommandInvocation commandInvocation)
Deprecated.
|
org.aesh.command.CommandResult |
InfoCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
ListCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
AbstractDeployContentCommand.execute(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>>> |
OperationCommandContainer.OperationParser.getAllChildParsers() |
List<org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>>> |
LegacyCommandContainer.CommandParser.getAllChildParsers() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
OperationCommandContainer.OperationParser.getChildParser(String name) |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
LegacyCommandContainer.CommandParser.getChildParser(String name) |
org.aesh.command.populator.CommandPopulator<Object,org.aesh.command.Command<CLICommandInvocation>> |
OperationCommandContainer.OperationParser.getCommandPopulator() |
org.aesh.command.populator.CommandPopulator<Object,org.aesh.command.Command<CLICommandInvocation>> |
LegacyCommandContainer.CommandParser.getCommandPopulator() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
OperationCommandContainer.getParser() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
LegacyCommandContainer.getParser() |
org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>> |
OperationCommandContainer.OperationParser.getProcessedCommand() |
org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>> |
LegacyCommandContainer.CommandParser.getProcessedCommand() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
OperationCommandContainer.OperationParser.parsedCommand() |
org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> |
LegacyCommandContainer.CommandParser.parsedCommand() |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
OperationCommandContainer.OperationCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
LegacyCommandContainer.LegacyCommand.execute(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationCommandContainer.OperationParser.addChildParser(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> childParser) |
void |
LegacyCommandContainer.CommandParser.addChildParser(org.aesh.command.impl.parser.CommandLineParser<org.aesh.command.Command<CLICommandInvocation>> childParser) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
SecurityCommand.execute(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
AbstractReorderSASLCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
AbstractEnableAuthenticationCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
AbstractDisableAuthenticationCommand.execute(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
InteractiveSecurityBuilder |
InteractiveSecurityBuilder.setCommandInvocation(CLICommandInvocation commandInvocation) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
HTTPServerDisableSSLCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
ManagementDisableSSLCommand.execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
AbstractEnableSSLCommand.execute(CLICommandInvocation commandInvocation) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.