|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.tools.AddWorkSets
public class AddWorkSets
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 |
---|
public AddWorkSets()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Command line arguments (ignored).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |