writer2latex.base
public abstract class BatchConverterBase extends Object implements BatchConverter
writer2latex.api.BatchConverter.
The base implementation handles the traversal of directories and files, and
leaves the handling of indexpages to the subclass.
| Constructor Summary | |
|---|---|
| BatchConverterBase() | |
| Method Summary | |
|---|---|
| void | convert(File source, File target, boolean bRecurse, BatchHandler handler) |
| protected abstract String | getIndexFileName() |
| void | setConverter(Converter converter) |