org.tentackle.util
Class Version

java.lang.Object
  extended by org.tentackle.util.Version

public class Version
extends Object

Holds Tentackle versioning information.

Author:
harald

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 SVNREVISION
           
static String VERSION
          the public version
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
          Prints the build version and license.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVNREVISION

public static final String SVNREVISION
See Also:
Constant Field Values

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 build version and license.

Parameters:
args - command line args (ignored)


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