Package gda.util
Class Version
java.lang.Object
gda.util.Version
Version allows a code release string and number to be queried, which should be set in the private field 'RELEASE_VER'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the release version as a Stringstatic voidTest Main method.
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getRelease
Returns the release version as a String- Returns:
- string containing the release version
-
main
Test Main method.- Parameters:
args-
-