structure5
Class Version

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


Field Summary
static String author
           
static String Id
           
static String name
           
 
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

Id

public static final String Id
See Also:
Constant Field Values

name

public static final String name
See Also:
Constant Field Values

author

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

Version

public Version()
Method Detail

main

public static void main(String[] args)