Package org.wso2.carbon.webapp.mgt
Class WebappMetadataDeployer
java.lang.Object
org.apache.axis2.deployment.AbstractDeployer
org.wso2.carbon.webapp.mgt.WebappMetadataDeployer
- All Implemented Interfaces:
org.apache.axis2.deployment.Deployer
public class WebappMetadataDeployer
extends org.apache.axis2.deployment.AbstractDeployer
-
Field Summary
Fields inherited from class org.apache.axis2.deployment.AbstractDeployer
deploymentFileDataMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) voidinit(org.apache.axis2.context.ConfigurationContext configurationContext) voidsetDirectory(String directory) voidMethods inherited from class org.apache.axis2.deployment.AbstractDeployer
cleanup, undeployMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.axis2.deployment.Deployer
sort
-
Constructor Details
-
WebappMetadataDeployer
public WebappMetadataDeployer()
-
-
Method Details
-
init
public void init(org.apache.axis2.context.ConfigurationContext configurationContext) -
setDirectory
-
setExtension
-
deploy
public void deploy(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData) throws org.apache.axis2.deployment.DeploymentException - Specified by:
deployin interfaceorg.apache.axis2.deployment.Deployer- Overrides:
deployin classorg.apache.axis2.deployment.AbstractDeployer- Throws:
org.apache.axis2.deployment.DeploymentException
-