Package org.exolab.castor.util
Class Version
- java.lang.Object
-
- org.exolab.castor.util.Version
-
public final class Version extends java.lang.Object
A class which contains the version information- Version:
- $Revision: 8500 $ $Date: 2006-04-05 15:43:19 -0600 (Wed, 05 Apr 2006) $
- Author:
- Keith Visco
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BUILD_VERSION
The version number with build informationstatic java.lang.String
VERSION
The version numberstatic java.lang.String
VERSION_DATE
The version date.
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getBuildVersion()
static void
main(java.lang.String[] args)
Command line
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
The version number- See Also:
- Constant Field Values
-
VERSION_DATE
public static final java.lang.String VERSION_DATE
The version date.- See Also:
- Constant Field Values
-
BUILD_VERSION
public static final java.lang.String BUILD_VERSION
The version number with build information
-
-