Class DisableCommand
- 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.AbstractUndeployCommand
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.UndeployCommand
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.DisableCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,LegacyBridge,BatchCompliantCommand,DMRCommand
public class DisableCommand extends UndeployCommand
Disable an enabled deployment.- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.core.cli.command.BatchCompliantCommand
BatchCompliantCommand.BatchResponseHandler
-
-
Field Summary
-
Fields inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.UndeployCommand
name
-
Fields inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.AbstractUndeployCommand
allRelevantServerGroups, headers, serverGroups
-
-
Constructor Summary
Constructors Constructor Description DisableCommand(CommandContext ctx)Deprecated.DisableCommand(CommandContext ctx, Permissions permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetCommandName()protected booleankeepContent()-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.UndeployCommand
getName
-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.AbstractUndeployCommand
buildBatchResponseHandler, buildRequest, execute, execute
-
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
-
-
-
-
Constructor Detail
-
DisableCommand
public DisableCommand(CommandContext ctx, Permissions permissions)
-
DisableCommand
@Deprecated public DisableCommand(CommandContext ctx)
Deprecated.
-
-
Method Detail
-
keepContent
protected boolean keepContent()
- Overrides:
keepContentin classUndeployCommand
-
getCommandName
protected String getCommandName()
- Overrides:
getCommandNamein classUndeployCommand
-
-