structure
Class Version
java.lang.Object
structure.Version
public class Version
- extends java.lang.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.
Field Summary |
static java.lang.String |
author
|
static java.lang.String |
info
|
static int |
major
|
static java.lang.String |
minor
|
static java.lang.String |
name
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
major
public static final int major
- See Also:
- Constant Field Values
minor
public static final java.lang.String minor
- See Also:
- Constant Field Values
name
public static final java.lang.String name
- See Also:
- Constant Field Values
author
public static final java.lang.String author
- See Also:
- Constant Field Values
info
public static final java.lang.String info
- See Also:
- Constant Field Values
Version
public Version()
main
public static void main(java.lang.String[] args)