public class InspecImporter extends ImportFormat
| Constructor and Description |
|---|
InspecImporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCLIId()
Short, one token ID to identify the format from the command line.
|
java.lang.String |
getFormatName()
Return the name of this import format.
|
java.util.List<BibtexEntry> |
importEntries(java.io.InputStream stream,
OutputPrinter status)
Parse the entries in the source, and return a List of BibtexEntry
objects.
|
boolean |
isRecognizedFormat(java.io.InputStream stream)
Check whether the source is in the correct format for this importer.
|
compareTo, equals, getDescription, getExtensions, getIsCustomImporter, hashCode, setIsCustomImporter, toStringpublic java.lang.String getFormatName()
getFormatName in class ImportFormatnullpublic java.lang.String getCLIId()
ImportFormatgetCLIId in class ImportFormatpublic boolean isRecognizedFormat(java.io.InputStream stream)
throws java.io.IOException
isRecognizedFormat in class ImportFormatjava.io.IOExceptionpublic java.util.List<BibtexEntry> importEntries(java.io.InputStream stream, OutputPrinter status) throws java.io.IOException
importEntries in class ImportFormatjava.io.IOException