|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.Version
Contains version information about the current release.
Constructor Summary | |
Version()
|
Method Summary | |
static java.lang.String |
getExtra()
Returns any extra string used to construct this version. |
static java.lang.String |
getMajor()
Returns the major version. |
static java.lang.String |
getMinor()
Returns the minor version. |
static java.lang.String |
getPatch()
Returns the patch version. |
static java.lang.String |
getProduct()
Returns the product name. |
static java.lang.String |
getProductAndVersion()
Returns a display-friendly string representing the current product and version. |
static java.lang.String |
getReleaseTag()
Returns the release tag in the CVS repository corresponding to the current code. |
static java.lang.String |
getVersion()
Returns the version of the current code. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public static java.lang.String getProduct()
uPortal
for uPortal 2.3.4.
public static java.lang.String getMajor()
2
for uPortal 2.3.4.
public static java.lang.String getMinor()
3
for uPortal 2.3.4.
public static java.lang.String getPatch()
4
for uPortal 2.3.4.
This method may return an empty String.
public static java.lang.String getExtra()
+
for uPortal 2.3.4+.
A plus sign is used to denote that the code is between releases,
the head of a branch in CVS. This method may return an empty String.
public static java.lang.String getReleaseTag()
rel-2-3-4
.
public static java.lang.String getVersion()
2.3.4
.
public static java.lang.String getProductAndVersion()
uPortal 2.3.4
.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |