public class InfoCommand extends CommandWithPermissions implements DMRCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
InfoCommand.ServerGroupCompleter |
| Modifier and Type | Field and Description |
|---|---|
String |
deploymentName |
org.jboss.dmr.ModelNode |
headers |
protected boolean |
help
Deprecated.
|
String |
serverGroup |
| Constructor and Description |
|---|
InfoCommand(CommandContext ctx)
Deprecated.
|
InfoCommand(CommandContext ctx,
Permissions permissions) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
buildRequest(CommandContext ctx) |
org.aesh.command.CommandResult |
execute(CLICommandInvocation commandInvocation) |
void |
handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
getPermissionsaddRequiredPath, addRequiredPath, getAccessRequirement, getCommandContext, getRequiredAddress, getRequiredType, isDependsOnProfileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRequest@Deprecated protected boolean help
public String deploymentName
public org.jboss.dmr.ModelNode headers
public String serverGroup
public InfoCommand(CommandContext ctx, Permissions permissions)
@Deprecated public InfoCommand(CommandContext ctx)
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
execute in interface org.aesh.command.Command<CLICommandInvocation>org.aesh.command.CommandExceptionInterruptedExceptionpublic org.jboss.dmr.ModelNode buildRequest(CommandContext ctx) throws CommandFormatException
buildRequest in interface DMRCommandCommandFormatExceptionpublic void handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response) throws CommandFormatException
CommandFormatExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.