Modifier and Type | Class and Description |
---|---|
class |
CliInitializationException |
class |
CommandFormatException |
static class |
CommandRegistry.RegisterHandlerException |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.connectController()
Connects the controller client using the default controller definition.
|
void |
CommandContext.connectController(String controller)
Connects to the controller specified.
|
void |
CommandContext.connectController(String host,
int port)
Deprecated.
Use
CommandContext.connectController(String) instead. |
static List<String> |
Util.getServerGroupsReferencingDeployment(String deploymentName,
ModelControllerClient client) |
static List<String> |
Util.getServerGroupsReferencingOverlay(String overlayName,
ModelControllerClient client) |
void |
CommandLineRedirection.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.
|
void |
CommandHandler.handle(CommandContext ctx)
Executes the command.
|
void |
CommandLineRedirection.Registration.handle(ParsedCommandLine parsedLine)
Allows to execute the parsed command line as it normally
would be executed w/o the redirection in effect.
|
void |
CommandContext.handle(String line)
Executes a command or an operation.
|
static boolean |
Util.isValidPath(ModelControllerClient client,
String... node) |
void |
CommandRegistry.registerHandler(CommandHandler handler,
String... names) |
void |
CommandContext.registerRedirection(CommandLineRedirection redirection)
After this method returns command line handling will be redirected to
the passed in CommandLineRedirection instance.
|
ControllerAddress |
ControllerAddressResolver.resolveAddress(String controller) |
void |
CommandContext.setVariable(String name,
String value)
Initializes a variable with the given name with the given value.
|
void |
CommandLineRedirection.Registration.unregister()
Redirection can be stopped by invoking this method.
|
Modifier and Type | Method and Description |
---|---|
static AtomicReference<EmbeddedProcessLaunch> |
EmbeddedControllerHandlerRegistrar.registerEmbeddedCommands(CommandRegistry commandRegistry,
CommandContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.add(CommandContext ctx,
boolean stream) |
protected void |
DeploymentOverlayHandler.addAddRedeployLinksSteps(CommandContext ctx,
org.jboss.dmr.ModelNode steps,
String overlay,
String serverGroup,
String[] links,
boolean regexp) |
protected void |
DeploymentOverlayHandler.addRemoveRedeployLinksSteps(ModelControllerClient client,
org.jboss.dmr.ModelNode steps,
String overlay,
String sgName,
List<String> specifiedLinks,
boolean removeLinks,
byte redeploy) |
protected void |
PrefixHandler.assertValid(CommandContext ctx,
OperationRequestAddress addr) |
protected void |
ConnectionInfoHandler.doHandle(CommandContext ctx) |
protected void |
PrefixHandler.doHandle(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.doHandle(CommandContext ctx) |
protected void |
UnsetVariableHandler.doHandle(CommandContext ctx) |
protected void |
UndeployHandler.doHandle(CommandContext ctx) |
protected void |
CommandCommandHandler.doHandle(CommandContext ctx) |
protected void |
DeployHandler.doHandle(CommandContext ctx) |
protected void |
ReloadHandler.doHandle(CommandContext ctx) |
protected void |
ShutdownHandler.doHandle(CommandContext ctx) |
protected void |
BaseOperationCommand.doHandle(CommandContext ctx) |
protected abstract void |
CommandHandlerWithHelp.doHandle(CommandContext ctx) |
protected void |
ConnectHandler.doHandle(CommandContext ctx) |
protected void |
ArchiveHandler.doHandle(CommandContext ctx) |
protected void |
SetVariableHandler.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) |
org.jboss.dmr.ModelNode |
OperationDescriptionProvider.getOperationDescription(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
GenericTypeOperationHandler.getOperationDescription(CommandContext ctx,
String operationName) |
protected org.jboss.dmr.ModelNode |
ResourceCompositeOperationHandler.getOperationDescription(CommandContext ctx,
String operationName) |
protected List<String> |
GenericTypeOperationHandler.getSupportedCommands(CommandContext ctx) |
void |
OperationRequestHandler.handle(CommandContext ctx) |
void |
HelpHandler.handle(CommandContext ctx) |
void |
CommandHandlerWithHelp.handle(CommandContext ctx) |
protected void |
BaseOperationCommand.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
protected void |
BaseOperationCommand.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
protected void |
LsHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode outcome,
boolean composite) |
protected void |
BaseOperationCommand.handleResponse(CommandContext ctx,
OperationResponse response,
boolean composite) |
protected org.jboss.dmr.ModelNode |
ResourceCompositeOperationHandler.initRequest(CommandContext ctx) |
protected boolean |
ShutdownHandler.isLocalHost(ModelControllerClient client,
String host) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.link(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.listContent(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.listLinks(CommandContext ctx) |
protected List<String> |
DeploymentOverlayHandler.loadContentFor(ModelControllerClient client,
String overlay) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.loadLinkResources(ModelControllerClient client,
String overlay,
String serverGroup) |
protected List<String> |
DeploymentOverlayHandler.loadLinks(ModelControllerClient client,
String overlay,
String serverGroup) |
protected void |
GenericTypeOperationHandler.printHelp(CommandContext ctx) |
protected void |
CommandHandlerWithHelp.printHelp(CommandContext ctx) |
protected void |
GenericTypeOperationHandler.printSupportedCommands(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.redeployAffected(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.remove(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.upload(CommandContext ctx,
boolean stream) |
Modifier and Type | Method and Description |
---|---|
protected void |
BatchRunHandler.doHandle(CommandContext ctx) |
protected void |
BatchHandler.doHandle(CommandContext ctx) |
protected void |
BatchRunHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
Modifier and Type | Method and Description |
---|---|
protected void |
IfHandler.doHandle(CommandContext ctx) |
protected void |
EndIfHandler.doHandle(CommandContext ctx) |
protected void |
ElseHandler.doHandle(CommandContext ctx) |
Object |
Operand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
Object |
StringValueOperand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
Object |
ModelNodePathOperand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
XADataSourceAddCompositeHandler.getOperationDescription(CommandContext ctx) |
protected void |
JDBCDriverInfoHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
Modifier and Type | Method and Description |
---|---|
protected void |
ASModuleHandler.addModule(CommandContext ctx,
ParsedCommandLine parsedCmd) |
static void |
ASModuleHandler.copy(File source,
File target) |
static org.jboss.staxmapper.XMLExtendedStreamWriter |
ASModuleHandler.create(XMLStreamWriter writer) |
protected void |
ASModuleHandler.deleteRecursively(File file) |
protected void |
ASModuleHandler.doHandle(CommandContext ctx) |
protected File |
ASModuleHandler.getModulePath(File modulesDir,
String moduleName,
String slot) |
protected File |
ASModuleHandler.getModulesDir() |
Modifier and Type | Method and Description |
---|---|
protected void |
InstallationReportHandler.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
Modifier and Type | Method and Description |
---|---|
protected void |
EndTryHandler.doHandle(CommandContext ctx) |
protected void |
CatchHandler.doHandle(CommandContext ctx) |
protected void |
FinallyHandler.doHandle(CommandContext ctx) |
protected void |
TryHandler.doHandle(CommandContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
CLIModelControllerClient.ensureConnected(long timeoutMillis) |
Modifier and Type | Class and Description |
---|---|
class |
MissingEndCharacterException |
class |
OperationFormatException |
Modifier and Type | Class and Description |
---|---|
class |
CommandSubstitutionException |
class |
UnresolvedExpressionException |
class |
UnresolvedVariableException |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
FingerprintGenerator.generateFingerprints(X509Certificate cert) |
Modifier and Type | Method and Description |
---|---|
protected void |
PatchHandler.doHandle(CommandContext ctx) |
protected void |
PatchHandler.doInspect(CommandContext ctx) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.