writer2latex.base

Class BatchConverterBase

Implemented Interfaces:
BatchConverter
Known Direct Subclasses:
BatchConverterImpl

public abstract class BatchConverterBase
extends java.lang.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

void
convert(File source, File target, boolean bRecurse, BatchHandler handler)
protected abstract String
getIndexFileName()
void
setConverter(Converter converter)

Constructor Details

BatchConverterBase

public BatchConverterBase()

Method Details

convert

public void convert(File source,
                    File target,
                    boolean bRecurse,
                    BatchHandler handler)
Specified by:
convert in interface BatchConverter

getIndexFileName

protected abstract String getIndexFileName()

setConverter

public void setConverter(Converter converter)
Specified by:
setConverter in interface BatchConverter