writer2latex.base

Class BatchConverterBase

public abstract class BatchConverterBase extends Object implements BatchConverter

Abstract base implementation of 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
voidconvert(File source, File target, boolean bRecurse, BatchHandler handler)
protected abstract StringgetIndexFileName()
voidsetConverter(Converter converter)

Constructor Detail

BatchConverterBase

public BatchConverterBase()

Method Detail

convert

public void convert(File source, File target, boolean bRecurse, BatchHandler handler)

getIndexFileName

protected abstract String getIndexFileName()

setConverter

public void setConverter(Converter converter)