Package org.opencms.main
Class CmsSystemInfo.BuildInfoItem
java.lang.Object
org.opencms.main.CmsSystemInfo.BuildInfoItem
- Enclosing class:
- CmsSystemInfo
Wrapper class used to access build information.
-
Constructor Summary
ConstructorDescriptionBuildInfoItem
(String value, String niceName, String keyName) Creates a new instance wrapping a build info string array. -
Method Summary
Modifier and TypeMethodDescriptionGets the key name for this build info item.Gets the nice name for this build info item.getValue()
Gets the value for this build info item.
-
Constructor Details
-
BuildInfoItem
Creates a new instance wrapping a build info string array.- Parameters:
value
- the valueniceName
- the nice namekeyName
- the key name
-
-
Method Details
-
getKeyName
Gets the key name for this build info item.- Returns:
- the value
-
getNiceName
Gets the nice name for this build info item.- Returns:
- the nice name
-
getValue
Gets the value for this build info item.- Returns:
- the value
-