edu.northwestern.at.wordhoard.tools
Class BuildTranslations

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

public class BuildTranslations
extends java.lang.Object

Builds translations.

Usage:

BuildTranslations in dbname username password

in = Path to a translation 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.