wizx
Class Wizard
java.lang.Object
wizx.Wizard
- public class Wizard
- extends java.lang.Object
This class is a Driver for the Wizard. This class will start by loading
the settings file for this program, and then instantiating the Controller
class.
|
Method Summary |
static java.lang.String |
getArg(java.lang.String[] args,
char arg,
java.lang.String def)
This method is gets the value of an argument from the command line. |
static void |
main(java.lang.String[] args)
This is just a simple main that starts up the Wizard program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wizard
public Wizard()
main
public static void main(java.lang.String[] args)
- This is just a simple main that starts up the Wizard program.
- Parameters:
args - not used.
getArg
public static java.lang.String getArg(java.lang.String[] args,
char arg,
java.lang.String def)
- This method is gets the value of an argument from the command line.
- Parameters:
args - The command line that contains input arguments.arg - The argument that we want the value of.def - The default value to return if the argument doesn't exist.
- Returns:
- The value of the given argument.
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.