T - type of the artifact to deploypublic interface ArchiveDeployer<T extends Artifact>
| Modifier and Type | Method and Description |
|---|---|
void |
deployArtifact(T artifact) |
T |
deployExplodedArtifact(String artifactDir) |
T |
deployPackagedArtifact(String zip) |
T |
deployPackagedArtifact(URI artifactAchivedUri) |
Map<String,Map<URI,Long>> |
getArtifactsZombieMap() |
File |
getDeploymentDirectory() |
boolean |
isUpdatedZombieArtifact(String artifactName)
Indicates if a previously failed artifact (zombie) configuration was updated on the file system.
|
void |
redeploy(T artifact) |
void |
setArtifactFactory(ArtifactFactory<T> artifactFactory) |
void |
setDeploymentListener(CompositeDeploymentListener deploymentListener) |
void |
undeployArtifact(String artifactId) |
void |
undeployArtifactWithoutUninstall(T artifact) |
T deployPackagedArtifact(String zip) throws DeploymentException
DeploymentExceptionT deployExplodedArtifact(String artifactDir) throws DeploymentException
DeploymentExceptionboolean isUpdatedZombieArtifact(String artifactName)
artifactName - name of the artifact to check. Non empty.void undeployArtifact(String artifactId)
File getDeploymentDirectory()
void setDeploymentListener(CompositeDeploymentListener deploymentListener)
void redeploy(T artifact) throws DeploymentException
DeploymentExceptionvoid setArtifactFactory(ArtifactFactory<T> artifactFactory)
void undeployArtifactWithoutUninstall(T artifact)
void deployArtifact(T artifact) throws DeploymentException
DeploymentExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.