public class SerializeHyphPattern
extends java.lang.Object
Constructor and Description |
---|
SerializeHyphPattern() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point for ant java task
|
void |
serializeDir(java.io.File sourceDir,
java.io.File targetDir)
Compile all xml files in sourceDir, and write output hyp files in targetDir
|
void |
setErrorDump(boolean errorDump)
Controls the amount of error information dumped.
|
public void setErrorDump(boolean errorDump)
errorDump
- True if more error info should be providedpublic void serializeDir(java.io.File sourceDir, java.io.File targetDir)
sourceDir
- Directory with pattern xml filestargetDir
- Directory to which compiled pattern hyp files should be writtenpublic static void main(java.lang.String[] args)
args
- sourceDir, targetDirCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.