public class DeploymentExplodeHandler extends Object implements OperationStepHandler
| Constructor and Description |
|---|
DeploymentExplodeHandler(boolean backup,
HostFileRepository fileRepository,
ContentRepository contentRepository)
Constructor for a slave Host Controller
|
DeploymentExplodeHandler(ContentRepository contentRepository)
Constructor for a master Host Controller
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
public DeploymentExplodeHandler(boolean backup,
HostFileRepository fileRepository,
ContentRepository contentRepository)
backup - fileRepository - contentRepository - public DeploymentExplodeHandler(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.