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,
boolean startArtifact)
Deploys an artifact.
|
void |
undeploy(T artifact)
Undeploys an artifact.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeploypublic void deploy(T artifact, boolean startArtifact)
ArtifactDeployerdeploy in interface ArtifactDeployer<T extends DeployableArtifact>artifact - artifact to be deployedstartArtifact - whether the artifact should be started after initialisationpublic void undeploy(T artifact)
ArtifactDeployerundeploy in interface ArtifactDeployer<T extends DeployableArtifact>artifact - artifact to be undeployedCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.