Package com.hp.ucmdb.api
Class UcmdbVersion
java.lang.Object
com.hp.ucmdb.api.UcmdbVersion
- Direct Known Subclasses:
UcmdbExternalVersion
Created by IntelliJ IDEA.
Author: Gali Katz
Date: 17/04/12
Time: 14:05
gali.katz@hp.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExample:10.0.162Example: 10.01Example: 9.05Example:10.0.151toString()
-
Constructor Details
-
UcmdbVersion
-
-
Method Details
-
getProductName
- Returns:
- the product name
-
getFullServerVersion
Example: 9.05- Returns:
- the full server version string: ucmdb version + service pack.
-
getServerBuildNumber
Example:10.0.151- Returns:
- the build number of the server, if available
-
getContentPackBuildNumber
Example:10.0.162- Returns:
- the build number of the CP, if available
-
getContentPackVersion
Example: 10.01- Returns:
- the Content pack version
-
toString
-