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