public abstract class AbstractDeployer extends java.lang.Object implements Deployer
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,DeploymentFileData> |
deploymentFileDataMap
The Map
|
| Constructor and Description |
|---|
AbstractDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup deployment
|
void |
deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration
|
void |
undeploy(java.lang.String fileName)
Remove a given file from the configuration
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, setDirectory, setExtensionprotected java.util.Map<java.lang.String,DeploymentFileData> deploymentFileDataMap
public void deploy(DeploymentFileData deploymentFileData) throws DeploymentException
Deployerdeploy in interface DeployerdeploymentFileData - the DeploymentFileData object to deployDeploymentException - if there is a problempublic void undeploy(java.lang.String fileName)
throws DeploymentException
Deployerundeploy in interface DeployerfileName - name of item to removeDeploymentException - if there is a problempublic void cleanup()
throws DeploymentException
Deployercleanup in interface DeployerDeploymentException - If an error occurs during cleanupCopyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.