edu.northwestern.at.wordhoard.tools
Class AddWorkSets

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.AddWorkSets

public class AddWorkSets
extends java.lang.Object

Creates the default work sets.

This tool computes and creates all of the initial (default) work set objects and makes them persistent in the MySQL database. It must be run after all of the other build programs have constructed and populated the rest of the object model.

Usage:

AddWorkSets dbname username password

dbname = Database name.

username = MySQL username.

password = MySQL password.


Constructor Summary
AddWorkSets()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddWorkSets

public AddWorkSets()
Method Detail

main

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

Parameters:
args - Command line arguments (ignored).