talx x1.0.5

wizx
Class Wizard

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


Constructor Summary
Wizard()
           
 
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
 

Constructor Detail

Wizard

public Wizard()
Method Detail

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.

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.