Class AbstractDeployCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.AbstractControlledCommand
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.security.CommandWithPermissions
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.AbstractDeployCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,BatchCompliantCommand,DMRCommand
- Direct Known Subclasses:
AbstractDeployContentCommand,EnableAllCommand,EnableCommand
public abstract class AbstractDeployCommand extends CommandWithPermissions implements BatchCompliantCommand
Base class for deployment deploy commands that have an header, server-groups and all-server-groups options. All fields are public to be accessible from legacy commands. To be made private when legacies are removed.- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractDeployCommand.ServerGroupsCompleter-
Nested classes/interfaces inherited from interface org.wildfly.core.cli.command.BatchCompliantCommand
BatchCompliantCommand.BatchResponseHandler
-
-
Field Summary
Fields Modifier and Type Field Description booleanallServerGroupsorg.jboss.dmr.ModelNodeheadersStringserverGroups
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchCompliantCommand.BatchResponseHandlerbuildBatchResponseHandler(CommandContext commandContext, Attachments attachments)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.security.CommandWithPermissions
getPermissions
-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.AbstractControlledCommand
addRequiredPath, addRequiredPath, getAccessRequirement, getCommandContext, getRequiredAddress, getRequiredType, isDependsOnProfile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.core.cli.command.DMRCommand
buildRequest, buildRequest
-
-
-
-
Field Detail
-
serverGroups
public String serverGroups
-
allServerGroups
public boolean allServerGroups
-
headers
public org.jboss.dmr.ModelNode headers
-
-
Method Detail
-
buildBatchResponseHandler
public BatchCompliantCommand.BatchResponseHandler buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)
- Specified by:
buildBatchResponseHandlerin interfaceBatchCompliantCommand
-
-