Package org.jboss.as.server.deployment
Class ExplodedDeploymentAddContentHandler
- java.lang.Object
-
- org.jboss.as.server.deployment.ExplodedDeploymentAddContentHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class ExplodedDeploymentAddContentHandler extends Object implements OperationStepHandler
Handler for the "add-content" operation over an exploded managed deployment.- Author:
- Emmanuel Hugonnet (c) 2016 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description ExplodedDeploymentAddContentHandler(ContentRepository contentRepository, ServerEnvironment serverEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
ExplodedDeploymentAddContentHandler
public ExplodedDeploymentAddContentHandler(ContentRepository contentRepository, ServerEnvironment serverEnvironment)
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-