com.klg.jclass.chart
Class JCVersion
java.lang.Object
|
+--com.klg.jclass.util.Version
|
+--com.klg.jclass.chart.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.
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 ; displays the
version information for this package. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCVersion
public JCVersion()
getVersionString
public static String getVersionString()
- Gets the version String for the current package.
- Returns:
- The version String for the current package
getVersionNumber
public static String getVersionNumber()
- Gets the version number for the current package.
- Returns:
- The version number for the current package
main
public static final void main(String[] args)
main()
method for JCVersion
; displays the
version information for this package.
- Parameters:
args
- Command line arguments