org.jboss.tattletale
Class Version

java.lang.Object
  extended by org.jboss.tattletale.Version

public class Version
extends java.lang.Object

The version class

Author:
Jesper Pedersen

Field Summary
static java.lang.String FULL_VERSION
          Full version
static java.lang.String PRODUCT
          The product
static java.lang.String VENDOR
          The vendor
static java.lang.String VERSION
          The version
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

public static final java.lang.String VENDOR
The vendor

See Also:
Constant Field Values

PRODUCT

public static final java.lang.String PRODUCT
The product

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
The version

See Also:
Constant Field Values

FULL_VERSION

public static final java.lang.String FULL_VERSION
Full version

See Also:
Constant Field Values


Copyright ? 2009 JBoss (http://www.jboss.com/)