public class ExplodedDeploymentRemoveContentHandler extends Object implements OperationStepHandler
| Constructor and Description |
|---|
ExplodedDeploymentRemoveContentHandler(boolean backup,
HostFileRepository fileRepository,
ContentRepository contentRepository)
Constructor for a slave Host Controller
|
ExplodedDeploymentRemoveContentHandler(ContentRepository contentRepository)
Constructor for a master Host Controller
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
public ExplodedDeploymentRemoveContentHandler(boolean backup,
HostFileRepository fileRepository,
ContentRepository contentRepository)
fileRepository - contentRepository - public ExplodedDeploymentRemoveContentHandler(ContentRepository contentRepository)
contentRepository - the master content repository. If null this handler will function as a slave
handler would.public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.