|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.VersionInfo
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.
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 |
public static final java.lang.String FRAMEWORK_VERSION
public static final java.lang.String PACKAGE_VERSION
public static final java.lang.String PACKAGE_NAME
public static final java.lang.String SIGNED
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||