Class WebAppDeployerFactory


  • public class WebAppDeployerFactory
    extends Object
    Factory class to provide access to the WebAppDeployer implementation class. This is a singleton class which reads the configuration file to obtain the name of the class which implements WebAppDeployer interface and loads the class, creates an instance of that class, and returns the same for the callers.
    • Method Detail

      • getInstance

        public static WebAppDeployerFactory getInstance()
        Returns the singleton instance of the Factory class.
        Returns:
        WebAppDeployerFactory The singleton instance of this Factory class.
      • getDeploymentManager

        public WebAppDeployer getDeploymentManager()
        Returns the WebAppDeployer implementation instance as provided by the configuration.
        Returns:
        WebAppDeployer The instance of the class implementing WebAppDeployer.