Uses of Class
org.jboss.as.cli.CommandLineException
-
-
Uses of CommandLineException in org.jboss.as.cli
Subclasses of CommandLineException in org.jboss.as.cli Modifier and Type Class Description classCliInitializationExceptionclassCommandFormatExceptionstatic classCommandRegistry.RegisterHandlerExceptionMethods in org.jboss.as.cli that throw CommandLineException Modifier and Type Method Description voidCommandContext. connectController()Connects the controller client using the default controller definition.voidCommandContext. connectController(String controller)Connects to the controller specified.voidCommandContext. connectController(String host, int port)Deprecated.UseCommandContext.connectController(String)instead.voidCommandContext. connectController(String controller, String clientAddress)Connects to the controller specified.voidAwaiterModelControllerClient. ensureConnected(long timeoutMillis)org.jboss.dmr.ModelNodeCommandContext. execute(Operation op, String description)Execute an operation.org.jboss.dmr.ModelNodeCommandContext. execute(org.jboss.dmr.ModelNode mn, String description)Execute an operation.static List<String>Util. getServerGroupsReferencingDeployment(String deploymentName, ModelControllerClient client)static List<String>Util. getServerGroupsReferencingOverlay(String overlayName, ModelControllerClient client)voidCommandContext. handle(String line)Executes a command or an operation.voidCommandHandler. handle(CommandContext ctx)Executes the command.voidCommandLineRedirection. handle(CommandContext ctx)As the user enters a new command line, the command line is parsed and, if there were no parsing errors, this method is invoked.voidCommandLineRedirection.Registration. handle(ParsedCommandLine parsedLine)Allows to execute the parsed command line as it normally would be executed w/o the redirection in effect.static booleanUtil. isValidPath(ModelControllerClient client, String... node)voidCommandRegistry. registerHandler(CommandHandler handler, String... names)voidCommandContext. registerRedirection(CommandLineRedirection redirection)After this method returns command line handling will be redirected to the passed in CommandLineRedirection instance.ControllerAddressControllerAddressResolver. resolveAddress(String controller)voidCommandContext. setVariable(String name, String value)Initializes a variable with the given name with the given value.voidCommandLineRedirection.Registration. unregister()Redirection can be stopped by invoking this method. -
Uses of CommandLineException in org.jboss.as.cli.embedded
Methods in org.jboss.as.cli.embedded that throw CommandLineException Modifier and Type Method Description static AtomicReference<EmbeddedProcessLaunch>EmbeddedControllerHandlerRegistrar. registerEmbeddedCommands(CommandRegistry commandRegistry, CommandContext ctx) -
Uses of CommandLineException in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers that throw CommandLineException Modifier and Type Method Description protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. add(CommandContext ctx, boolean stream)protected voidDeploymentOverlayHandler. addAddRedeployLinksSteps(CommandContext ctx, org.jboss.dmr.ModelNode steps, String overlay, String serverGroup, String[] links, boolean regexp)protected voidPrefixHandler. assertValid(CommandContext ctx, OperationRequestAddress addr)voidCommandHandlerWithHelp. displayHelp(CommandContext ctx)protected voidArchiveHandler. doHandle(CommandContext ctx)protected voidBaseOperationCommand. doHandle(CommandContext ctx)protected voidCommandCommandHandler. doHandle(CommandContext ctx)protected abstract voidCommandHandlerWithHelp. doHandle(CommandContext ctx)protected voidCommandTimeoutHandler. doHandle(CommandContext ctx)protected voidConnectionInfoHandler. doHandle(CommandContext ctx)protected voidDeployHandler. doHandle(CommandContext ctx)Deprecated.protected voidDeploymentOverlayHandler. doHandle(CommandContext ctx)protected voidPrefixHandler. doHandle(CommandContext ctx)protected voidReloadHandler. doHandle(CommandContext ctx)protected voidSetVariableHandler. doHandle(CommandContext ctx)protected voidShutdownHandler. doHandle(CommandContext ctx)protected voidUndeployHandler. doHandle(CommandContext ctx)Deprecated.protected voidUnsetVariableHandler. doHandle(CommandContext ctx)protected Iterator<org.jboss.as.cli.handlers.GenericTypeOperationHandler.AttributeDescription>GenericTypeOperationHandler. getNodeProperties(CommandContext ctx)protected Map<String,ArgumentWithValue>ResourceCompositeOperationHandler. getOperationArguments(CommandContext ctx, String opName)protected org.jboss.dmr.ModelNodeGenericTypeOperationHandler. getOperationDescription(CommandContext ctx, String operationName)org.jboss.dmr.ModelNodeOperationDescriptionProvider. getOperationDescription(CommandContext ctx)protected org.jboss.dmr.ModelNodeResourceCompositeOperationHandler. getOperationDescription(CommandContext ctx, String operationName)protected List<String>GenericTypeOperationHandler. getSupportedCommands(CommandContext ctx)voidCommandHandlerWithHelp. handle(CommandContext ctx)voidOperationRequestHandler. handle(CommandContext ctx)protected voidBaseOperationCommand. handleAttachedFile(CommandContext ctx, OperationResponse operationResponse)protected voidAttachmentHandler. handleResponse(CommandContext ctx, OperationResponse response, boolean composite)protected voidBaseOperationCommand. handleResponse(CommandContext ctx, OperationResponse response, boolean composite)protected voidBaseOperationCommand. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite)protected voidLsHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode outcome, boolean composite)voidResponseHandler. handleResponse(org.jboss.dmr.ModelNode step, OperationResponse response)Handle the passed step.protected org.jboss.dmr.ModelNodeResourceCompositeOperationHandler. initRequest(CommandContext ctx)protected booleanShutdownHandler. isLocalHost(ModelControllerClient client, String host)protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. link(CommandContext ctx)protected voidDeploymentOverlayHandler. listContent(CommandContext ctx)protected voidDeploymentOverlayHandler. listLinks(CommandContext ctx)protected List<String>DeploymentOverlayHandler. loadContentFor(ModelControllerClient client, String overlay)protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. loadLinkResources(ModelControllerClient client, String overlay, String serverGroup)protected List<String>DeploymentOverlayHandler. loadLinks(ModelControllerClient client, String overlay, String serverGroup)protected voidCommandHandlerWithHelp. printHelp(CommandContext ctx)protected voidGenericTypeOperationHandler. printHelp(CommandContext ctx)protected voidGenericTypeOperationHandler. printSupportedCommands(CommandContext ctx)protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. redeployAffected(CommandContext ctx)protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. remove(CommandContext ctx)protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. upload(CommandContext ctx, boolean stream) -
Uses of CommandLineException in org.jboss.as.cli.handlers.batch
Methods in org.jboss.as.cli.handlers.batch that throw CommandLineException Modifier and Type Method Description protected voidBatchHandler. doHandle(CommandContext ctx)protected voidBatchRunHandler. doHandle(CommandContext ctx)protected voidBatchRunHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite) -
Uses of CommandLineException in org.jboss.as.cli.handlers.ifelse
Methods in org.jboss.as.cli.handlers.ifelse that throw CommandLineException Modifier and Type Method Description protected voidElseHandler. doHandle(CommandContext ctx)protected voidEndIfHandler. doHandle(CommandContext ctx)protected voidIfHandler. doHandle(CommandContext ctx)ObjectModelNodePathOperand. resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response)ObjectOperand. resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response)ObjectStringValueOperand. resolveValue(CommandContext ctx, org.jboss.dmr.ModelNode response) -
Uses of CommandLineException in org.jboss.as.cli.handlers.jca
Methods in org.jboss.as.cli.handlers.jca that throw CommandLineException Modifier and Type Method Description org.jboss.dmr.ModelNodeDataSourceAddCompositeHandler. getOperationDescription(CommandContext ctx)org.jboss.dmr.ModelNodeXADataSourceAddCompositeHandler. getOperationDescription(CommandContext ctx)protected voidJDBCDriverInfoHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite) -
Uses of CommandLineException in org.jboss.as.cli.handlers.loop
Methods in org.jboss.as.cli.handlers.loop that throw CommandLineException Modifier and Type Method Description protected voidDoneHandler. doHandle(CommandContext ctx)protected voidForHandler. doHandle(CommandContext ctx) -
Uses of CommandLineException in org.jboss.as.cli.handlers.module
Methods in org.jboss.as.cli.handlers.module that throw CommandLineException Modifier and Type Method Description protected voidASModuleHandler. addModule(CommandContext ctx, ParsedCommandLine parsedCmd)static voidASModuleHandler. copy(File source, File target)static org.jboss.staxmapper.XMLExtendedStreamWriterASModuleHandler. create(XMLStreamWriter writer)protected voidASModuleHandler. deleteRecursively(File file)protected voidASModuleHandler. doHandle(CommandContext ctx)protected FileASModuleHandler. getModulePath(File modulesDir, String moduleName, String slot)protected FileASModuleHandler. getModulesDir(CommandContext ctx) -
Uses of CommandLineException in org.jboss.as.cli.handlers.report
Methods in org.jboss.as.cli.handlers.report that throw CommandLineException Modifier and Type Method Description protected voidInstallationReportHandler. handleAttachedFile(CommandContext ctx, OperationResponse operationResponse) -
Uses of CommandLineException in org.jboss.as.cli.handlers.trycatch
Methods in org.jboss.as.cli.handlers.trycatch that throw CommandLineException Modifier and Type Method Description protected voidCatchHandler. doHandle(CommandContext ctx)protected voidEndTryHandler. doHandle(CommandContext ctx)protected voidFinallyHandler. doHandle(CommandContext ctx)protected voidTryHandler. doHandle(CommandContext ctx) -
Uses of CommandLineException in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that throw CommandLineException Modifier and Type Method Description voidCommandContextImpl. connectController()voidCommandContextImpl. connectController(String controller)voidCommandContextImpl. connectController(String host, int port)Deprecated.voidCommandContextImpl. connectController(String controller, String clientAddress)voidCommandExecutor.TimeoutCommandContext. connectController()voidCommandExecutor.TimeoutCommandContext. connectController(String controller)voidCommandExecutor.TimeoutCommandContext. connectController(String host, int port)voidCommandExecutor.TimeoutCommandContext. connectController(String controller, String client)voidCLIModelControllerClient. ensureConnected(long timeoutMillis)org.jboss.dmr.ModelNodeCommandContextImpl. execute(Operation mn, String description)org.jboss.dmr.ModelNodeCommandContextImpl. execute(org.jboss.dmr.ModelNode mn, String description)voidCommandExecutor.Executable. execute()voidCommandExecutor. execute(CommandHandler handler, int timeout, TimeUnit unit)org.jboss.dmr.ModelNodeCommandExecutor.TimeoutCommandContext. execute(Operation op, String description)org.jboss.dmr.ModelNodeCommandExecutor.TimeoutCommandContext. execute(org.jboss.dmr.ModelNode mn, String description)voidCommandContextImpl. handle(String line)voidCommandExecutor.TimeoutCommandContext. handle(String line)int[]CommandContextImpl. input()StringCommandContextImpl. input(String prompt, boolean password)StringCommandContextImpl. input(org.aesh.readline.Prompt prompt)protected voidCommandContextImpl. interactionDisabled()voidCommandContextImpl. registerRedirection(CommandLineRedirection redirection)voidCommandExecutor.TimeoutCommandContext. registerRedirection(CommandLineRedirection redirection)voidCommandContextImpl. setVariable(String name, String value)voidCommandExecutor.TimeoutCommandContext. setVariable(String name, String value) -
Uses of CommandLineException in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that throw CommandLineException Modifier and Type Method Description org.aesh.command.container.CommandContainerCLICommandRegistry. addCommand(org.aesh.command.Command<?> command)org.aesh.command.container.CommandContainerCLICommandRegistry. addCommand(org.aesh.command.Command<? extends org.aesh.command.invocation.CommandInvocation> command, Map<String,String> renaming, boolean thirdparty)org.aesh.command.container.CommandContainerCLICommandRegistry. addCommand(org.aesh.command.container.CommandContainer container)org.aesh.command.container.CommandContainerCLICommandRegistry. addThirdPartyCommand(org.aesh.command.Command<?> command, Map<String,String> renaming)voidAeshCommands. registerExtraCommands() -
Uses of CommandLineException in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment that throw CommandLineException Modifier and Type Method Description static voidDeploymentCommand. registerDeploymentCommands(CommandContext ctx, CLICommandRegistry registry) -
Uses of CommandLineException in org.jboss.as.cli.operation
Subclasses of CommandLineException in org.jboss.as.cli.operation Modifier and Type Class Description classMissingEndCharacterExceptionclassOperationFormatException -
Uses of CommandLineException in org.jboss.as.cli.parsing
Subclasses of CommandLineException in org.jboss.as.cli.parsing Modifier and Type Class Description classCommandSubstitutionExceptionclassUnresolvedExpressionExceptionclassUnresolvedVariableException -
Uses of CommandLineException in org.jboss.as.cli.parsing.command
Subclasses of CommandLineException in org.jboss.as.cli.parsing.command Modifier and Type Class Description classArgumentValueNotFinishedException -
Uses of CommandLineException in org.jboss.as.cli.util
Methods in org.jboss.as.cli.util that throw CommandLineException Modifier and Type Method Description static Map<String,String>FingerprintGenerator. generateFingerprints(X509Certificate cert) -
Uses of CommandLineException in org.wildfly.core.cli.command
Methods in org.wildfly.core.cli.command that throw CommandLineException Modifier and Type Method Description BatchCompliantCommand.BatchResponseHandlerBatchCompliantCommand. buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)voidBatchCompliantCommand.BatchResponseHandler. handleResponse(org.jboss.dmr.ModelNode step, OperationResponse response)Handle the passed step.
-