Uses of Interface
org.wildfly.core.cli.command.aesh.CLICommandInvocation
-
-
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return CLICommandInvocation Modifier and Type Method Description CLICommandInvocationCLICommandInvocationBuilder. build(org.aesh.command.CommandRuntime<CLICommandInvocation> runtime, org.aesh.command.invocation.CommandInvocationConfiguration configuration, org.aesh.command.container.CommandContainer<CLICommandInvocation> commandContainer)CLICommandInvocationAeshCommands.CLIExecution. getInvocation()Methods in org.jboss.as.cli.impl.aesh that return types with arguments of type CLICommandInvocation Modifier and Type Method Description List<org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>>CLICommandContainer.CLICommandParser. getAllChildParsers()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer.CLICommandParser. getChildParser(String name)org.aesh.command.container.CommandContainer<CLICommandInvocation>CLICommandRegistry. getCommand(String name, String line)org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer. getParser()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>CLICommandContainer.CLICommandParser. getProcessedCommand()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>CLICommandContainer.CLICommandParser. getProcessedCommand()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer.CLICommandParser. getWrappedParser()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer.CLICommandParser. parsedCommand()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer. wrapParser(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> p)Methods in org.jboss.as.cli.impl.aesh with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.container.CommandContainerResultCLICommandContainer. executeCommand(org.aesh.parser.ParsedLine line, org.aesh.command.invocation.InvocationProviders invocationProviders, org.aesh.readline.AeshContext aeshContext, CLICommandInvocation commandInvocation)Method parameters in org.jboss.as.cli.impl.aesh with type arguments of type CLICommandInvocation Modifier and Type Method Description voidCLICommandContainer.CLICommandParser. addChildParser(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> childParser)CLICommandInvocationCLICommandInvocationBuilder. build(org.aesh.command.CommandRuntime<CLICommandInvocation> runtime, org.aesh.command.invocation.CommandInvocationConfiguration configuration, org.aesh.command.container.CommandContainer<CLICommandInvocation> commandContainer)CLICommandInvocationCLICommandInvocationBuilder. build(org.aesh.command.CommandRuntime<CLICommandInvocation> runtime, org.aesh.command.invocation.CommandInvocationConfiguration configuration, org.aesh.command.container.CommandContainer<CLICommandInvocation> commandContainer)static voidHelpSupport. checkCommand(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> parent, org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> child)static StringHelpSupport. getCommandHelp(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> parser)StringCLICommandRegistry. getCommandName(org.aesh.command.Command<CLICommandInvocation> command)static StringHelpSupport. getSubCommandHelp(String parentCommand, org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> parser)org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>CLICommandContainer. wrapParser(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> p) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd
Methods in org.jboss.as.cli.impl.aesh.cmd with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultConnectCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultHelpCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultVersionCommand. execute(CLICommandInvocation commandInvocation) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment that return types with arguments of type CLICommandInvocation Modifier and Type Method Description List<org.aesh.command.Command<CLICommandInvocation>>DeploymentCommand. getCommands()Methods in org.jboss.as.cli.impl.aesh.cmd.deployment with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultAbstractDeployContentCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultAbstractUndeployCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultDeployArchiveCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultDeploymentCommand. execute(CLICommandInvocation commandInvocation)Deprecated.org.aesh.command.CommandResultEnableAllCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultEnableCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultInfoCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultListCommand. execute(CLICommandInvocation commandInvocation) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.operation
Methods in org.jboss.as.cli.impl.aesh.cmd.operation that return types with arguments of type CLICommandInvocation Modifier and Type Method Description List<org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>>LegacyCommandContainer.CommandParser. getAllChildParsers()List<org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>>OperationCommandContainer.OperationParser. getAllChildParsers()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>LegacyCommandContainer.CommandParser. getChildParser(String name)org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>OperationCommandContainer.OperationParser. getChildParser(String name)org.aesh.command.populator.CommandPopulator<Object,CLICommandInvocation>LegacyCommandContainer.CommandParser. getCommandPopulator()org.aesh.command.populator.CommandPopulator<Object,CLICommandInvocation>OperationCommandContainer.OperationParser. getCommandPopulator()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>LegacyCommandContainer. getParser()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>OperationCommandContainer. getParser()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>LegacyCommandContainer.CommandParser. getProcessedCommand()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>LegacyCommandContainer.CommandParser. getProcessedCommand()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>OperationCommandContainer.OperationParser. getProcessedCommand()org.aesh.command.impl.internal.ProcessedCommand<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>OperationCommandContainer.OperationParser. getProcessedCommand()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>LegacyCommandContainer.CommandParser. parsedCommand()org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation>OperationCommandContainer.OperationParser. parsedCommand()Methods in org.jboss.as.cli.impl.aesh.cmd.operation with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultLegacyCommandContainer.LegacyCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultOperationCommandContainer.OperationCommand. execute(CLICommandInvocation commandInvocation)Method parameters in org.jboss.as.cli.impl.aesh.cmd.operation with type arguments of type CLICommandInvocation Modifier and Type Method Description voidLegacyCommandContainer.CommandParser. addChildParser(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> childParser)voidOperationCommandContainer.OperationParser. addChildParser(org.aesh.command.impl.parser.CommandLineParser<CLICommandInvocation> childParser) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.security
Methods in org.jboss.as.cli.impl.aesh.cmd.security that return types with arguments of type CLICommandInvocation Modifier and Type Method Description List<org.aesh.command.Command<CLICommandInvocation>>SecurityCommand. getCommands()Methods in org.jboss.as.cli.impl.aesh.cmd.security with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultSecurityCommand. execute(CLICommandInvocation commandInvocation) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.security.auth
Methods in org.jboss.as.cli.impl.aesh.cmd.security.auth with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultAbstractDisableAuthenticationCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultAbstractEnableAuthenticationCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultAbstractReorderSASLCommand. execute(CLICommandInvocation commandInvocation) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.security.model
Methods in org.jboss.as.cli.impl.aesh.cmd.security.model with parameters of type CLICommandInvocation Modifier and Type Method Description InteractiveSecurityBuilderInteractiveSecurityBuilder. setCommandInvocation(CLICommandInvocation commandInvocation) -
Uses of CLICommandInvocation in org.jboss.as.cli.impl.aesh.cmd.security.ssl
Methods in org.jboss.as.cli.impl.aesh.cmd.security.ssl with parameters of type CLICommandInvocation Modifier and Type Method Description org.aesh.command.CommandResultAbstractEnableSSLCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultHTTPServerDisableSSLCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultHTTPServerEnableSSLCommand. execute(CLICommandInvocation commandInvocation)org.aesh.command.CommandResultManagementDisableSSLCommand. execute(CLICommandInvocation commandInvocation)
-