Class UndeployArchiveCommand
- 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.DeployArchiveCommand
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.UndeployArchiveCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,LegacyBridge,BatchCompliantCommand,DMRCommand
public class UndeployArchiveCommand extends DeployArchiveCommand
Undeploy using a CLI archive file (.cli file).- 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.DeployArchiveCommand
file, script
-
-
Constructor Summary
Constructors Constructor Description UndeployArchiveCommand(CommandContext ctx)Deprecated.UndeployArchiveCommand(CommandContext ctx, Permissions permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAction()protected StringgetDefaultScript()-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.DeployArchiveCommand
buildBatchResponseHandler, buildRequest, buildRequest, execute, execute, isCliArchive
-
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
-
-
-
-
Constructor Detail
-
UndeployArchiveCommand
public UndeployArchiveCommand(CommandContext ctx, Permissions permissions)
-
UndeployArchiveCommand
@Deprecated public UndeployArchiveCommand(CommandContext ctx)
Deprecated.
-
-
Method Detail
-
getAction
protected String getAction()
- Overrides:
getActionin classDeployArchiveCommand
-
getDefaultScript
protected String getDefaultScript()
- Overrides:
getDefaultScriptin classDeployArchiveCommand
-
-