edu.northwestern.at.wordhoard.tools
Class BuildAnnotations

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

public class BuildAnnotations
extends java.lang.Object

Builds annotations.

Usage:

BuildAnnotations in dbname username password

in = Path to an annotation definition XML input file, or a path to a directory of such files. If a directory path is specified, all files in the file system tree rooted at the directory whose names end in ".xml" are processed.

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.