|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.base.versioning.VersionHelper
public class VersionHelper
A utility class for reading versioning information from a Manifest file.
| 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(). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionHelper(ProjectInformation projectInformation)
projectInformation - the project we load information for.| Method Detail |
|---|
public String getVersion()
createVersion()public String getTitle()
public String getProductId()
createProductId()public String getReleaseMilestone()
public String getReleaseMinor()
public String getReleaseMajor()
public String getReleaseCandidateToken()
public String getReleaseNumber()
public String getReleaseBuildNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||