|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchHandler | |
---|---|
writer2latex.api | |
writer2latex.base |
Uses of BatchHandler in writer2latex.api |
---|
Methods in writer2latex.api with parameters of type BatchHandler | |
---|---|
void |
BatchConverter.convert(java.io.File source,
java.io.File target,
boolean bRecurse,
BatchHandler handler)
Convert a directory using the given Converter (if none is given,
all files will be ignored). |
Uses of BatchHandler in writer2latex.base |
---|
Methods in writer2latex.base with parameters of type BatchHandler | |
---|---|
void |
BatchConverterBase.convert(java.io.File source,
java.io.File target,
boolean bRecurse,
BatchHandler handler)
|
private boolean |
BatchConverterBase.convertDirectory(java.io.File indir,
java.io.File outdir,
boolean bRecurse,
java.lang.String sHeading,
BatchHandler handler)
|
private java.lang.String |
BatchConverterBase.convertFile(java.io.File infile,
java.io.File outdir,
BatchHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |