|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.util.Version
Version is a base class for classes that determine, display and verify the version number for a JClass package. java.lang.Package provides all the information needed for version checking. However, Package only works if a class from the package has been loaded. JCVersion classes are used as a reference point to ensure that the package has been loaded into the VM.
Field Summary | |
static String |
BUILD_NUMBER
|
static String |
CLIENT_LICENSE_VERSION
|
static String |
LICENSE_VERSION
|
static String |
VERSION
|
protected static Hashtable |
versionHashTable
Stores the version string. |
Constructor Summary | |
Version()
|
Method Summary | |
static String |
getVersionString()
Gets the version number for the current package. |
static String |
getVersionString(String pkg)
Retrieves the version string for the specified package. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static Hashtable versionHashTable
public static final String VERSION
public static final String CLIENT_LICENSE_VERSION
public static final String LICENSE_VERSION
public static final String BUILD_NUMBER
Constructor Detail |
public Version()
Method Detail |
public static String getVersionString(String pkg)
pkg
- Name of the package for which to retrieve the version number.
public static String getVersionString()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |