Class AbstractDeployer

java.lang.Object
org.apache.axis2.deployment.AbstractDeployer
All Implemented Interfaces:
Deployer
Direct Known Subclasses:
ModuleDeployer, POJODeployer, ServiceDeployer, TransportDeployer

public abstract class AbstractDeployer extends Object implements Deployer
AbstractDeployer class which can be extended by all Axis2 deployers
  • Field Details

    • deploymentFileDataMap

      protected Map<String,DeploymentFileData> deploymentFileDataMap
      The Map<String absoluteFilePath, DeploymentFileData data> of all artifacts deployed by this deployer.
  • Constructor Details

    • AbstractDeployer

      public AbstractDeployer()
  • Method Details