Class SimplifiedServerInfo

java.lang.Object
org.nuxeo.ecm.admin.runtime.SimplifiedServerInfo

public class SimplifiedServerInfo extends Object
Holds information about current deployed Nuxeo Platform
Author:
tiry
  • Field Details

  • Constructor Details

    • SimplifiedServerInfo

      public SimplifiedServerInfo()
  • Method Details

    • getBundleInfos

      public List<SimplifiedBundleInfo> getBundleInfos()
    • setBundleInfos

      public void setBundleInfos(List<SimplifiedBundleInfo> bundleInfos)
    • getApplicationName

      public String getApplicationName()
    • getApplicationVersion

      public String getApplicationVersion()
    • getDistributionName

      public String getDistributionName()
    • getDistributionVersion

      public String getDistributionVersion()
    • getDistributionHost

      public String getDistributionHost()
    • getDistributionDate

      public String getDistributionDate()
    • getRuntimeVersion

      public String getRuntimeVersion()
    • setRuntimeVersion

      public void setRuntimeVersion(String runtimeVersion)
    • getWarnings

      public List<String> getWarnings()
    • setWarnings

      public void setWarnings(List<String> warnings)
    • hasWarnings

      public boolean hasWarnings()
    • getErrors

      public List<String> getErrors()
      Since:
      9.1
    • setErrors

      public void setErrors(List<String> errors)
      Since:
      9.1
    • hasErrors

      public boolean hasErrors()
      Since:
      9.1
    • toString

      public String toString()
      Overrides:
      toString in class Object