|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.hyphenation.SerializeHyphPattern
public class SerializeHyphPattern
Serialize hyphenation patterns.
For all xml files in the source directory a pattern file is built in the target directory.
This class may be called from the ant build file in a java task.
Constructor Summary | |
---|---|
SerializeHyphPattern()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializeHyphPattern()
Method Detail |
---|
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, targetDir
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |