org.pentaho.reporting.libraries.base.versioning
public class VersionHelper extends Object
Constructor Summary | |
---|---|
VersionHelper(ProjectInformation projectInformation)
Loads the versioning information for the given project-information structure using the project information's
internal name as lookup key.
|
Method Summary | |
---|---|
String | getProductId()
Returns the product id as computed by createProductId().
|
String | getReleaseBuildNumber()
Returns the release build number.
|
String | getReleaseCandidateToken()
Returns the release candidate token.
|
String | getReleaseMajor()
Returns the release major number.
|
String | getReleaseMilestone()
Returns the release milestone number.
|
String | getReleaseMinor()
Returns the release minor number.
|
String | getReleaseNumber()
Returns the release number.
|
String | getTitle()
Returns the implementation title as specified in the manifest.
|
String | getVersion()
Returns the full version string as computed by createVersion().
|
Parameters: projectInformation the project we load information for.
Returns: the product id.
See Also: createProductId
Returns: the build-number).
Returns: the candidate token.
Returns: the major version number.
Returns: the milestone number.
Returns: the minor version number.
Returns: the release number.
Returns: the implementation title.
Returns: the version string.
See Also: createVersion