Package org.jboss.as.cli.handlers
Class UndeployHandler
-
- All Implemented Interfaces:
CliEventListener,CommandHandler,OperationCommand
@Deprecated public class UndeployHandler extends DeploymentHandler
Deprecated.- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.cli.OperationCommand
OperationCommand.HandledRequest
-
-
Field Summary
-
Fields inherited from class org.jboss.as.cli.handlers.BaseOperationCommand
accessRequirement, headers, params, requiredAddress
-
Fields inherited from class org.jboss.as.cli.handlers.CommandHandlerWithHelp
helpArg
-
-
Constructor Summary
Constructors Constructor Description UndeployHandler(CommandContext ctx)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.dmr.ModelNodebuildRequestWithoutHeaders(CommandContext ctx)Deprecated.protected voiddoHandle(CommandContext ctx)Deprecated.protected AccessRequirementsetupAccessRequirement(CommandContext ctx)Deprecated.-
Methods inherited from class org.jboss.as.cli.handlers.DeploymentHandler
activateNewBatch, buildReadDeploymentResourceRequest, discardBatch, extractArchive, getDeploymentDescriptions, isCliArchive, listDeployments
-
Methods inherited from class org.jboss.as.cli.handlers.BatchModeCommandHandler
isBatchMode
-
Methods inherited from class org.jboss.as.cli.handlers.BaseOperationCommand
addArgument, addHeaders, addRequiredPath, addRequiredPath, buildRequest, buildRequestWOValidation, cliEvent, displayResponseHeaders, getAttachments, getRequiredAddress, getRequiredType, handleAttachedFile, handleResponse, handleResponse, isAddressValid, isAvailable, isDependsOnProfile, setParams
-
Methods inherited from class org.jboss.as.cli.handlers.CommandHandlerWithHelp
displayHelp, handle, printHelp, printList
-
Methods inherited from class org.jboss.as.cli.handlers.CommandHandlerWithArguments
getArgument, getArguments, getArgumentsMap, hasArgument, hasArgument, recognizeArguments
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.cli.CommandHandler
getArgument, getArguments, handle, hasArgument, hasArgument
-
Methods inherited from interface org.jboss.as.cli.OperationCommand
buildHandledRequest, buildRequest
-
-
-
-
Constructor Detail
-
UndeployHandler
public UndeployHandler(CommandContext ctx)
Deprecated.
-
-
Method Detail
-
setupAccessRequirement
protected AccessRequirement setupAccessRequirement(CommandContext ctx)
Deprecated.- Overrides:
setupAccessRequirementin classBaseOperationCommand
-
doHandle
protected void doHandle(CommandContext ctx) throws CommandLineException
Deprecated.- Overrides:
doHandlein classBaseOperationCommand- Throws:
CommandLineException
-
buildRequestWithoutHeaders
public org.jboss.dmr.ModelNode buildRequestWithoutHeaders(CommandContext ctx) throws CommandFormatException
Deprecated.- Specified by:
buildRequestWithoutHeadersin classBaseOperationCommand- Throws:
CommandFormatException
-
-