JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class JCVersion

java.lang.Object
  |
  +--com.klg.jclass.util.Version
        |
        +--com.klg.jclass.higrid.JCVersion

public final class JCVersion
extends Version

In JClass, each package has a JCVersion class. These classes are used to query and display information on the package.


Field Summary
 
Fields inherited from class com.klg.jclass.util.Version
BUILD_NUMBER, CLIENT_LICENSE_VERSION, LICENSE_VERSION, VERSION, versionHashTable
 
Constructor Summary
JCVersion()
           
 
Method Summary
static String getVersionNumber()
          Gets the version number for the current package.
static String getVersionString()
          Gets the version String for the current package.
static void main(String[] args)
          main() method for JCVersion, used to display the version information for this package.
 
Methods inherited from class com.klg.jclass.util.Version
getVersionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCVersion

public JCVersion()
Method Detail

getVersionString

public static String getVersionString()
Gets the version String for the current package.

Returns:
the version String for this package

getVersionNumber

public static String getVersionNumber()
Gets the version number for the current package.

Returns:
the version String for this package

main

public static final void main(String[] args)
main() method for JCVersion, used to display the version information for this package.

Parameters:
args -

Copyright © 2004 Quest Software Inc..
All rights reserved.