© 1998-2002 McGraw-Hill

structure
Class Version

java.lang.Object
  |
  +--structure.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 info
           
static int major
           
static String minor
           
static String name
           
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

major

public static final int major

minor

public static final String minor

name

public static final String name

author

public static final String author

info

public static final String info
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)

© 1998-2002 McGraw-Hill