Class CmsSystemInfo.BuildInfoItem

    • Constructor Summary

      Constructors 
      Constructor Description
      BuildInfoItem​(java.lang.String value, java.lang.String niceName, java.lang.String keyName)
      Creates a new instance wrapping a build info string array.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeyName()
      Gets the key name for this build info item.
      java.lang.String getNiceName()
      Gets the nice name for this build info item.
      java.lang.String getValue()
      Gets the value for this build info item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BuildInfoItem

        public BuildInfoItem​(java.lang.String value,
                             java.lang.String niceName,
                             java.lang.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 Detail

      • getKeyName

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

        Returns:
        the value
      • getNiceName

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

        Returns:
        the nice name
      • getValue

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

        Returns:
        the value