edu.northwestern.at.wordhoard.tools
Class BuildAuthors

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

public class BuildAuthors
extends java.lang.Object

Builds the authors.

Usage:

BuildAuthors in dbname username password

in = Path to the author definition XML input file.

dbname = Database name.

username = MySQL username.

password = MySQL password.


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

Method Detail

main

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

Parameters:
args - Command line arguments.