public class DefaultArtifactDeployer<T extends DeployableArtifact> extends Object implements ArtifactDeployer<T>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DefaultArtifactDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(T artifact)
Deploys an artifact.
|
void |
undeploy(T artifact)
Undeploys an artifact.
|
public void deploy(T artifact)
ArtifactDeployerdeploy in interface ArtifactDeployer<T extends DeployableArtifact>artifact - artifact to be deployedpublic void undeploy(T artifact)
ArtifactDeployerundeploy in interface ArtifactDeployer<T extends DeployableArtifact>artifact - artifact to be undeployedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.