public class BibtexImporter extends ImportFormat
| Constructor and Description |
|---|
BibtexImporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtensions()
Extensions that this importer can read.
|
java.lang.String |
getFormatName()
Name of this import format.
|
java.util.List<BibtexEntry> |
importEntries(java.io.InputStream in,
OutputPrinter status)
Parses the given input stream.
|
boolean |
isRecognizedFormat(java.io.InputStream in)
Check whether the source is in the correct format for this importer.
|
compareTo, equals, getCLIId, getDescription, getIsCustomImporter, hashCode, setIsCustomImporter, toStringpublic boolean isRecognizedFormat(java.io.InputStream in)
throws java.io.IOException
ImportFormatisRecognizedFormat in class ImportFormatjava.io.IOExceptionpublic java.util.List<BibtexEntry> importEntries(java.io.InputStream in, OutputPrinter status) throws java.io.IOException
importEntries in class ImportFormatin - the inputStream to read fromstatus - the OutputPrinter to put status tojava.io.IOExceptionpublic java.lang.String getFormatName()
ImportFormatThe name must be unique.
getFormatName in class ImportFormatnullpublic java.lang.String getExtensions()
ImportFormatgetExtensions in class ImportFormatnull for the default