Class WebApplicationsHolder

java.lang.Object
org.wso2.carbon.webapp.mgt.WebApplicationsHolder

public class WebApplicationsHolder extends Object
A holder for deployed invalid input: '&' faulty webapps
  • Constructor Details

    • WebApplicationsHolder

      public WebApplicationsHolder(File webappsDir)
  • Method Details

    • getStartedWebapps

      public Map<String,WebApplication> getStartedWebapps()
    • getFaultyWebapps

      public Map<String,WebApplication> getFaultyWebapps()
    • getAllWebapps

      public Map<String,WebApplication> getAllWebapps()
      Get started and stopped webapps
      Returns:
      Map of started and stopped webapps
    • getStoppedWebapps

      public Map<String,WebApplication> getStoppedWebapps()
    • stopWebapp

      public void stopWebapp(WebApplication webapp) throws org.wso2.carbon.CarbonException
      Throws:
      org.wso2.carbon.CarbonException
    • undeployWebapp

      public void undeployWebapp(WebApplication webapp) throws org.wso2.carbon.CarbonException
      Throws:
      org.wso2.carbon.CarbonException
    • getWebappsDir

      public File getWebappsDir()
    • getAppVersionMap

      public Map<String,String> getAppVersionMap()