public class BiblioscapeImporter extends ImportFormat
Constructor and Description |
---|
BiblioscapeImporter() |
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 in)
Check whether the source is in the correct format for this importer.
|
compareTo, equals, getDescription, getExtensions, getIsCustomImporter, hashCode, setIsCustomImporter, toString
public java.lang.String getFormatName()
getFormatName
in class ImportFormat
null
public java.lang.String getCLIId()
ImportFormat
getCLIId
in class ImportFormat
public boolean isRecognizedFormat(java.io.InputStream in) throws java.io.IOException
isRecognizedFormat
in class ImportFormat
java.io.IOException
public java.util.List<BibtexEntry> importEntries(java.io.InputStream stream, OutputPrinter status) throws java.io.IOException
importEntries
in class ImportFormat
java.io.IOException