Package org.pentaho.platform.util
Class VersionInfo
- java.lang.Object
-
- org.pentaho.platform.util.VersionInfo
-
public class VersionInfo extends Object
Bean that holds the results of the version information- Author:
- dkincade
-
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProductID()StringgetTitle()StringgetVersionBuild()StringgetVersionMajor()StringgetVersionMilestone()StringgetVersionMinor()StringgetVersionNumber()StringgetVersionRelease()booleanisFromManifest()StringtoString()
-
-
-
Method Detail
-
isFromManifest
public boolean isFromManifest()
-
getProductID
public String getProductID()
-
getTitle
public String getTitle()
-
getVersionMajor
public String getVersionMajor()
-
getVersionMinor
public String getVersionMinor()
-
getVersionRelease
public String getVersionRelease()
-
getVersionMilestone
public String getVersionMilestone()
-
getVersionBuild
public String getVersionBuild()
-
getVersionNumber
public String getVersionNumber()
-
-