|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--arlut.csd.Util.CVSVersion
This class records the CVS release information for Ganymede, and may be referenced by server or client code.
This class must be recompiled after CVS export in order for the version information to be accurate.
| Field Summary | |
(package private) static java.lang.String |
CVS_release_date
|
(package private) static java.lang.String |
CVS_release_name
|
(package private) static java.lang.String |
release_string
|
| Constructor Summary | |
CVSVersion()
|
|
| Method Summary | |
static java.lang.String |
getReleaseString()
Returns a composite string containing release information based on the last CVS export and compile of the CVSVersion class. |
static java.lang.String |
parseRelease(java.lang.String CVS_release_name,
java.lang.String CVS_release_date)
This method parses CVS Name and Date tokens and returns a string which describes the release number and date. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static java.lang.String CVS_release_name
static java.lang.String CVS_release_date
static java.lang.String release_string
| Constructor Detail |
public CVSVersion()
| Method Detail |
public static java.lang.String getReleaseString()
Returns a composite string containing release information based on the last CVS export and compile of the CVSVersion class.
public static java.lang.String parseRelease(java.lang.String CVS_release_name,
java.lang.String CVS_release_date)
This method parses CVS Name and Date tokens and returns a string which describes the release number and date.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||