writer2latex.api
public interface ConverterResult
ConverterResult
represent a document, which is the result
of a conversion performed by a Converter
implementation.
Method Summary | |
---|---|
OutputFile | getMasterDocument() Get the master document |
Iterator | iterator() Gets an Iterator to access all files in the
ConverterResult . |
void | write(File dir) Write all files of the ConverterResult to a directory.
|
Returns: OutputFile
the master document
Iterator
to access all files in the
ConverterResult
. This includes the master document.Returns: an Iterator
of all files
ConverterResult
to a directory.
Subdirectories are created as required by the individual
OutputFile
s.Parameters: dir the directory to write to (this directory must exist). If the parameter is null, the default directory is used
Throws: IOException if the directory does not exist or one or more files could not be written