structure5
Class Version

java.lang.Object
  extended by structure5.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 Id
           
static java.lang.String name
           
 
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

Id

public static final java.lang.String Id
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
Constructor Detail

Version

public Version()
Method Detail

main

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