arlut.csd.Util
Class CVSVersion

java.lang.Object
  |
  +--arlut.csd.Util.CVSVersion

public class CVSVersion
extends java.lang.Object

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

CVS_release_name

static java.lang.String CVS_release_name

CVS_release_date

static java.lang.String CVS_release_date

release_string

static java.lang.String release_string
Constructor Detail

CVSVersion

public CVSVersion()
Method Detail

getReleaseString

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.


parseRelease

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.