public final class DomainDeploymentTemplate extends Object implements ArtifactDeploymentTemplate
NOP_ARTIFACT_DEPLOYMENT_TEMPLATE
Constructor and Description |
---|
DomainDeploymentTemplate(DefaultArchiveDeployer<Application> applicationDeployer,
DeploymentService deploymentservice) |
Modifier and Type | Method and Description |
---|---|
void |
postRedeploy(Artifact domain)
Deploys applications that were undeployed when
preRedeploy(Artifact) was called.. |
void |
preRedeploy(Artifact domain)
Undeploys all applications that use this domain.
|
public DomainDeploymentTemplate(DefaultArchiveDeployer<Application> applicationDeployer, DeploymentService deploymentservice)
public void preRedeploy(Artifact domain)
preRedeploy
in interface ArtifactDeploymentTemplate
domain
- the artifact that is about to be redeployed.public void postRedeploy(Artifact domain)
preRedeploy(Artifact)
was called..postRedeploy
in interface ArtifactDeploymentTemplate
domain
- the artifact that was just redeployed.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.