structure
Class Version
java.lang.Object
|
+--structure.Version
- public class Version
- extends Object
A utility class that can be used to determine the version of software
currently being used.
Simply run this class from the command prompt to see the version info.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
major
public static final int major
minor
public static final String minor
name
public static final String name
author
public static final String author
info
public static final String info
Version
public Version()
main
public static void main(String[] args)