Package org.jboss.as.server.deployment
Class DeploymentExplodeHandler
- java.lang.Object
-
- org.jboss.as.server.deployment.DeploymentExplodeHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class DeploymentExplodeHandler extends Object implements OperationStepHandler
Handler for the "explode" operation that can be performed against zipped managed content.- Author:
- Brian Stansberry
-
-
Constructor Summary
Constructors Constructor Description DeploymentExplodeHandler(ContentRepository contentRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
DeploymentExplodeHandler
public DeploymentExplodeHandler(ContentRepository contentRepository)
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-