Class CmsSystemInfo.BuildInfoItem

java.lang.Object
org.opencms.main.CmsSystemInfo.BuildInfoItem
Enclosing class:
CmsSystemInfo

public class CmsSystemInfo.BuildInfoItem extends Object
Wrapper class used to access build information.

  • Constructor Details

    • BuildInfoItem

      public BuildInfoItem(String value, String niceName, String keyName)
      Creates a new instance wrapping a build info string array.

      Parameters:
      value - the value
      niceName - the nice name
      keyName - the key name
  • Method Details

    • getKeyName

      public String getKeyName()
      Gets the key name for this build info item.

      Returns:
      the value
    • getNiceName

      public String getNiceName()
      Gets the nice name for this build info item.

      Returns:
      the nice name
    • getValue

      public String getValue()
      Gets the value for this build info item.

      Returns:
      the value