org.wurbelizer
Class Version

java.lang.Object
  extended by org.wurbelizer.Version

public class Version
extends Object

Holds versioning information.


Field Summary
static String BUILD
          the build number / SVN-revision
static String LAST_COPYRIGHT_YEAR
          the year of the last checkin
static String OSSRELEASE
          the Open Source official release
static String VERSION
          the public version
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
          Prints the version, copyright and license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD

public static final String BUILD
the build number / SVN-revision


OSSRELEASE

public static final String OSSRELEASE
the Open Source official release

See Also:
Constant Field Values

VERSION

public static final String VERSION
the public version


LAST_COPYRIGHT_YEAR

public static final String LAST_COPYRIGHT_YEAR
the year of the last checkin

Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)
Prints the version, copyright and license.

Parameters:
args - command line arguments (not used)


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de