Package org.wso2.carbon.webapp.mgt
Class WebappsWrapper
java.lang.Object
org.wso2.carbon.webapp.mgt.WebappsWrapper
- All Implemented Interfaces:
org.wso2.carbon.utils.Pageable
This class holds summary information about all the webapps in the system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintint<T> voidvoidsetHostName(String hostName) voidsetHttpPort(int httpPort) voidsetHttpsPort(int httpsPort) voidsetNumberOfCorrectWebapps(int numberOfCorrectWebapps) voidsetNumberOfFaultyWebapps(int numberOfFaultyWebapps) voidsetNumberOfPages(int numberOfPages) voidsetWebapps(VersionedWebappMetadata[] webapps) voidsetWebappsDir(String webappsDir)
-
Constructor Details
-
WebappsWrapper
public WebappsWrapper()
-
-
Method Details
-
getNumberOfPages
public int getNumberOfPages()- Specified by:
getNumberOfPagesin interfaceorg.wso2.carbon.utils.Pageable
-
setNumberOfPages
public void setNumberOfPages(int numberOfPages) - Specified by:
setNumberOfPagesin interfaceorg.wso2.carbon.utils.Pageable
-
set
- Specified by:
setin interfaceorg.wso2.carbon.utils.Pageable
-
getNumberOfCorrectWebapps
public int getNumberOfCorrectWebapps() -
setNumberOfCorrectWebapps
public void setNumberOfCorrectWebapps(int numberOfCorrectWebapps) -
getNumberOfFaultyWebapps
public int getNumberOfFaultyWebapps() -
setNumberOfFaultyWebapps
public void setNumberOfFaultyWebapps(int numberOfFaultyWebapps) -
getWebappsDir
-
setWebappsDir
-
getHostName
-
setHostName
-
getHttpPort
public int getHttpPort() -
setHttpPort
public void setHttpPort(int httpPort) -
getHttpsPort
public int getHttpsPort() -
setHttpsPort
public void setHttpsPort(int httpsPort) -
getWebapps
-
setWebapps
-