structure
Class Version

java.lang.Object
  extended by structure.Version

public class Version
extends Object

A utility class that can be used to determine the version of software currently being used.


Field Summary
static String author
           
static String info
           
static int major
           
static int minor
           
static String name
           
static int year
           
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

public static final int major
See Also:
Constant Field Values

minor

public static final int minor
See Also:
Constant Field Values

name

public static final String name
See Also:
Constant Field Values

year

public static final int year
See Also:
Constant Field Values

author

public static final String author
See Also:
Constant Field Values

info

public static final String info
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)