uk.co.javagear
Class JavaGear

java.lang.Object
  extended by uk.co.javagear.JavaGear

public final class JavaGear
extends java.lang.Object

JavaGear application.

Version:
18th July 2003
Author:
Copyright (C) 2002-2003 Chris White
See Also:
"JavaGear Final Project Report"

Field Summary
private static java.lang.String AUTHOR
          The author's name.
private static java.lang.String DATE
          Release date for this version of JavaGear.
private static java.lang.String VERSION
          Current version of JavaGear.
 
Constructor Summary
private JavaGear()
          This class only provides static methods.
 
Method Summary
static void main(java.lang.String[] args)
          Main method for the JavaGear application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

private static final java.lang.String VERSION
Current version of JavaGear.

See Also:
Constant Field Values

AUTHOR

private static final java.lang.String AUTHOR
The author's name.

See Also:
Constant Field Values

DATE

private static final java.lang.String DATE
Release date for this version of JavaGear.

See Also:
Constant Field Values
Constructor Detail

JavaGear

private JavaGear()
This class only provides static methods.

Method Detail

main

public static void main(java.lang.String[] args)
Main method for the JavaGear application.

Parameters:
args - ignored.


Copyright © 2007 JavaGear. All Rights Reserved.