Uses of Interface
org.jboss.as.cli.CommandHandler
-
-
Uses of CommandHandler in org.jboss.as.cli
Subinterfaces of CommandHandler in org.jboss.as.cli Modifier and Type Interface Description interfaceOperationCommandMethods in org.jboss.as.cli that return CommandHandler Modifier and Type Method Description CommandHandlerCommandHandlerProvider. createCommandHandler(CommandContext ctx)CommandHandlerCommandRegistry. getCommandHandler(String command)CommandHandlerCommandRegistry. remove(String cmdName)Methods in org.jboss.as.cli with parameters of type CommandHandler Modifier and Type Method Description voidCommandRegistry. registerHandler(CommandHandler handler, boolean tabComplete, String... names)voidCommandRegistry. registerHandler(CommandHandler handler, String... names) -
Uses of CommandHandler in org.jboss.as.cli.handlers
Subinterfaces of CommandHandler in org.jboss.as.cli.handlers Modifier and Type Interface Description interfaceOperationCommandWithDescriptionClasses in org.jboss.as.cli.handlers that implement CommandHandler Modifier and Type Class Description classArchiveHandlerclassAttachmentHandlerclassBaseOperationCommandclassBatchModeCommandHandlerclassClearScreenHandlerclassCommandCommandHandlerclassCommandHandlerWithArgumentsclassCommandHandlerWithHelpAbstract handler that checks whether the argument is '--help', in which case it tries to locate file [cmd].txt and print its content.classCommandTimeoutHandlerclassConnectionInfoHandlerclassDeployHandlerDeprecated.classDeploymentHandlerBase class for deploy and undeploy handlers containing common code for these handlers.classDeploymentInfoHandlerDeprecated.classDeploymentOverlayHandlerclassEchoDMRHandlerclassEchoVariableHandlerclassGenericTypeOperationHandlerclassHistoryHandlerclassLsHandlerclassOperationRequestHandlerThe operation request handler.classPrefixHandlerclassPrintWorkingNodeHandlerclassQuitHandlerQuit handler.classReadAttributeHandlerclassReadOperationHandlerclassReloadHandlerclassResourceCompositeOperationHandlerA command that is composed of several operations performed against the same resource.classSetVariableHandlerclassShutdownHandlerclassUndeployHandlerDeprecated.classUnsetVariableHandler -
Uses of CommandHandler in org.jboss.as.cli.handlers.batch
Classes in org.jboss.as.cli.handlers.batch that implement CommandHandler Modifier and Type Class Description classBatchClearHandlerclassBatchDiscardHandlerclassBatchEditLineHandlerclassBatchHandlerclassBatchHoldbackHandlerclassBatchListHandlerclassBatchMoveLineHandlerclassBatchRemoveLineHandlerclassBatchRunHandler -
Uses of CommandHandler in org.jboss.as.cli.handlers.ifelse
Classes in org.jboss.as.cli.handlers.ifelse that implement CommandHandler Modifier and Type Class Description classElseHandlerclassEndIfHandlerclassIfHandler -
Uses of CommandHandler in org.jboss.as.cli.handlers.jca
Classes in org.jboss.as.cli.handlers.jca that implement CommandHandler Modifier and Type Class Description classDataSourceAddCompositeHandlerCommand handler that allows to add connection properties while adding the data-source in one composite operation.classJDBCDriverInfoHandlerclassXADataSourceAddCompositeHandlerCommand handler that adds an xa datasource and its xa properties in one composite operation. -
Uses of CommandHandler in org.jboss.as.cli.handlers.loop
Classes in org.jboss.as.cli.handlers.loop that implement CommandHandler Modifier and Type Class Description classDoneHandlerclassForHandler -
Uses of CommandHandler in org.jboss.as.cli.handlers.module
Classes in org.jboss.as.cli.handlers.module that implement CommandHandler Modifier and Type Class Description classASModuleHandler -
Uses of CommandHandler in org.jboss.as.cli.handlers.report
Classes in org.jboss.as.cli.handlers.report that implement CommandHandler Modifier and Type Class Description classInstallationReportHandlerCLI command to download the installation report. -
Uses of CommandHandler in org.jboss.as.cli.handlers.trycatch
Classes in org.jboss.as.cli.handlers.trycatch that implement CommandHandler Modifier and Type Class Description classCatchHandlerclassEndTryHandlerclassFinallyHandlerclassTryHandler -
Uses of CommandHandler in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl with parameters of type CommandHandler Modifier and Type Method Description voidCommandExecutor. execute(CommandHandler handler, int timeout, TimeUnit unit) -
Uses of CommandHandler in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return CommandHandler Modifier and Type Method Description CommandHandlerAeshCommands.CLIExecution. getLegacyHandler()CommandHandlerCLICommandRegistry. remove(String cmdName)Methods in org.jboss.as.cli.impl.aesh with parameters of type CommandHandler Modifier and Type Method Description voidCLICommandRegistry. registerHandler(CommandHandler handler, boolean tabComplete, String... names) -
Uses of CommandHandler in org.jboss.as.cli.impl.aesh.cmd.operation
Methods in org.jboss.as.cli.impl.aesh.cmd.operation that return CommandHandler Modifier and Type Method Description CommandHandlerLegacyCommandContainer.LegacyCommand. getCommandHandler()Constructors in org.jboss.as.cli.impl.aesh.cmd.operation with parameters of type CommandHandler Constructor Description LegacyCommandContainer(CommandContextImpl ctx, String[] names, CommandHandler handler)
-