com.klg.jclass.field
Class JCVersion
java.lang.Object
|
+--com.klg.jclass.util.Version
|
+--com.klg.jclass.field.JCVersion
- public final class JCVersion
- extends com.klg.jclass.util.Version
In JClass, each package has a JCVersion
class. These
classes are used to query and display information on
the package.
Fields inherited from class com.klg.jclass.util.Version |
PACKAGE,
VERSION,
versionHashTable |
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 |
JCVersion
public JCVersion()
getVersionString
public static String getVersionString()
- Gets the version string for the current package
getVersionNumber
public static String getVersionNumber()
- Gets the version number for the current package
main
public static final void main(String[] args)
- Main() method for JCVersion, used to display the
version information for this package.