com.tensegrity.generic.util
Class VersionInfo

java.lang.Object
  extended bycom.tensegrity.generic.util.VersionInfo

public class VersionInfo
extends java.lang.Object

The VersionInfo class provides you with information about the current version of the Tensegrity Visualization Framework and the package a certain build of it has been made for.
Package is a synonym and could mean for instance an application, a project or a company the build of the Tensegrity Visualization Framework has been made for.

The following table gives an overview of the information that is currently supported:

Name Description
FRAMEWORK_VERSION The version number of the framework
PACKAGE_NAME The name of the package.
PACKAGE_VERSION The version number of the package.
SIGNED Indicates whether the library files of the build are signed.

The supported information is generated during the build process of the Tensegrity Visualization Framework and should never changed manually.

The default value for a version number is a number that is surely not reached by the build process when counting up the versions for the framework or a certain package. Therefore the framework or the package is able to differ between a release and a development version.

Version:
$Id: VersionInfo.java,v 1.2 2006/01/26 10:06:33 MichaelKegel Exp $
Author:
MKegel
See Also:
VersionNumber

Field Summary
static java.lang.String FRAMEWORK_VERSION
          global variable for the version number of the framework
static java.lang.String PACKAGE_NAME
          global variable for the name of the package
static java.lang.String PACKAGE_VERSION
          global variable for the version number of the package
static java.lang.String SIGNED
          global variable to indicate whether the libraries are signed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAMEWORK_VERSION

public static final java.lang.String FRAMEWORK_VERSION
global variable for the version number of the framework

See Also:
Constant Field Values

PACKAGE_VERSION

public static final java.lang.String PACKAGE_VERSION
global variable for the version number of the package

See Also:
Constant Field Values

PACKAGE_NAME

public static final java.lang.String PACKAGE_NAME
global variable for the name of the package

See Also:
Constant Field Values

SIGNED

public static final java.lang.String SIGNED
global variable to indicate whether the libraries are signed

See Also:
Constant Field Values


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.