writer2latex.bibtex
Class Converter

java.lang.Object
  extended by writer2latex.base.ConverterBase
      extended by writer2latex.bibtex.Converter
All Implemented Interfaces:
Converter

public final class Converter
extends ConverterBase

BibTeX export

This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.


Field Summary
 
Fields inherited from class writer2latex.base.ConverterBase
convertData, graphicConverter, imageLoader, metaData, odDoc, ofr, sTargetFileName
 
Constructor Summary
Converter()
           
 
Method Summary
 void convertInner()
          Convert the data passed into the InputStream into BibTeX format.
 Config getConfig()
          Get the interface for the configuration of this converter
 
Methods inherited from class writer2latex.base.ConverterBase
addDocument, convert, convert, getEmbeddedObject, getImageLoader, getMetaData, readTemplate, readTemplate, setGraphicConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converter

public Converter()
Method Detail

getConfig

public Config getConfig()
Description copied from interface: Converter
Get the interface for the configuration of this converter

Returns:
the configuration

convertInner

public void convertInner()
                  throws java.io.IOException

Convert the data passed into the InputStream into BibTeX format.

Specified by:
convertInner in class ConverterBase
Throws:
java.io.IOException - If any I/O error occurs.