Package pal.util
Class Version
- java.lang.Object
-
- pal.util.Version
-
public class Version extends java.lang.Object
This class provides a mechanism for returning the version number of the pal library. It relies on the administrator of the pal library using the module tagging system in CVS. The method getVersionString() will return the version of the pal library under the following conditions:
1. the pal library has been tagged with an identifier in the format: pal-#-# or pal-#-#-#, e.g. pal-1-3-0 for version 1.3.0. 2. the pal library has been checked out *by tag* before packaged for distribution.- Version:
- $Id: Version.java,v 1.1 2001/09/10 01:58:27 alexi Exp $
- Author:
- Alexei Drummond
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersionString()
-