public class WebApplicationsHolder extends Object
Constructor and Description |
---|
WebApplicationsHolder(File webappsDir) |
Modifier and Type | Method and Description |
---|---|
Map<String,WebApplication> |
getAllWebapps()
Get started and stopped webapps
|
Map<String,String> |
getAppVersionMap() |
Map<String,WebApplication> |
getFaultyWebapps() |
Map<String,WebApplication> |
getStartedWebapps() |
Map<String,WebApplication> |
getStoppedWebapps() |
File |
getWebappsDir() |
void |
stopWebapp(WebApplication webapp) |
void |
undeployWebapp(WebApplication webapp) |
public WebApplicationsHolder(File webappsDir)
public Map<String,WebApplication> getStartedWebapps()
public Map<String,WebApplication> getFaultyWebapps()
public Map<String,WebApplication> getAllWebapps()
public Map<String,WebApplication> getStoppedWebapps()
public void stopWebapp(WebApplication webapp) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public void undeployWebapp(WebApplication webapp) throws org.wso2.carbon.CarbonException
org.wso2.carbon.CarbonException
public File getWebappsDir()
Copyright © 2022 WSO2. All rights reserved.