public abstract class AbstractDeployContentCommand extends AbstractDeployCommand implements LegacyBridge
AbstractDeployCommand.ServerGroupsCompleterBatchCompliantCommand.BatchResponseHandler| Modifier and Type | Field and Description |
|---|---|
boolean |
disabled |
boolean |
enabled |
boolean |
replace |
String |
runtimeName |
allServerGroups, headers, serverGroups| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addContent(CommandContext ctx,
org.jboss.dmr.ModelNode content) |
protected org.jboss.dmr.ModelNode |
buildDeploymentRequest(CommandContext ctx,
String op) |
org.jboss.dmr.ModelNode |
buildRequest(CommandContext context) |
protected abstract void |
checkArgument() |
protected org.jboss.dmr.ModelNode |
createExtraStep(CommandContext ctx) |
org.aesh.command.CommandResult |
execute(CLICommandInvocation commandInvocation) |
org.aesh.command.CommandResult |
execute(CommandContext ctx) |
protected abstract org.jboss.dmr.ModelNode |
execute(CommandContext ctx,
org.jboss.dmr.ModelNode request) |
protected abstract String |
getCommandName() |
protected abstract String |
getName() |
protected List<String> |
getServerGroups(CommandContext ctx) |
buildBatchResponseHandlergetPermissionsaddRequiredPath, addRequiredPath, getAccessRequirement, getCommandContext, getRequiredAddress, getRequiredType, isDependsOnProfileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRequestpublic boolean replace
public boolean disabled
public boolean enabled
public String runtimeName
protected abstract void checkArgument()
throws org.aesh.command.CommandException
org.aesh.command.CommandExceptionprotected abstract String getCommandName()
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.aesh.command.CommandResult execute(CommandContext ctx) throws org.aesh.command.CommandException
execute in interface LegacyBridgeorg.aesh.command.CommandExceptionprotected abstract org.jboss.dmr.ModelNode execute(CommandContext ctx, org.jboss.dmr.ModelNode request) throws IOException
IOExceptionprotected org.jboss.dmr.ModelNode buildDeploymentRequest(CommandContext ctx, String op) throws OperationFormatException
OperationFormatExceptionprotected abstract void addContent(CommandContext ctx, org.jboss.dmr.ModelNode content) throws OperationFormatException
OperationFormatExceptionprotected abstract String getName()
public org.jboss.dmr.ModelNode buildRequest(CommandContext context) throws CommandFormatException
buildRequest in interface DMRCommandCommandFormatExceptionprotected List<String> getServerGroups(CommandContext ctx) throws CommandFormatException
CommandFormatExceptionprotected org.jboss.dmr.ModelNode createExtraStep(CommandContext ctx) throws CommandFormatException
CommandFormatExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.