Class WebappsWrapper

java.lang.Object
org.wso2.carbon.webapp.mgt.WebappsWrapper
All Implemented Interfaces:
org.wso2.carbon.utils.Pageable

public final class WebappsWrapper extends Object implements org.wso2.carbon.utils.Pageable
This class holds summary information about all the webapps in the system
  • Constructor Details

    • WebappsWrapper

      public WebappsWrapper()
  • Method Details

    • getNumberOfPages

      public int getNumberOfPages()
      Specified by:
      getNumberOfPages in interface org.wso2.carbon.utils.Pageable
    • setNumberOfPages

      public void setNumberOfPages(int numberOfPages)
      Specified by:
      setNumberOfPages in interface org.wso2.carbon.utils.Pageable
    • set

      public <T> void set(List<T> items)
      Specified by:
      set in interface org.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

      public String getWebappsDir()
    • setWebappsDir

      public void setWebappsDir(String webappsDir)
    • getHostName

      public String getHostName()
    • setHostName

      public void setHostName(String hostName)
    • getHttpPort

      public int getHttpPort()
    • setHttpPort

      public void setHttpPort(int httpPort)
    • getHttpsPort

      public int getHttpsPort()
    • setHttpsPort

      public void setHttpsPort(int httpsPort)
    • getWebapps

      public VersionedWebappMetadata[] getWebapps()
    • setWebapps

      public void setWebapps(VersionedWebappMetadata[] webapps)