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 String
getProductID()
String
getTitle()
String
getVersionBuild()
String
getVersionMajor()
String
getVersionMilestone()
String
getVersionMinor()
String
getVersionNumber()
String
getVersionRelease()
boolean
isFromManifest()
String
toString()
-
-
-
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()
-
-