structure
Class Version

java.lang.Object
  extended by 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.


Field Summary
static java.lang.String author
           
static java.lang.String info
           
static int major
           
static int minor
           
static java.lang.String name
           
static int year
           
 
Constructor Summary
Version()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String name
See Also:
Constant Field Values

year

public static final int year
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
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)