public class FreeCiteImporter extends ImportFormat
Constructor and Description |
---|
FreeCiteImporter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormatName()
Name of this import format.
|
java.util.List<BibtexEntry> |
importEntries(java.io.InputStream in,
OutputPrinter status)
Parse the entries in the source, and return a List of BibtexEntry
objects.
|
java.util.List<BibtexEntry> |
importEntries(java.lang.String text,
OutputPrinter status) |
boolean |
isRecognizedFormat(java.io.InputStream in)
Check whether the source is in the correct format for this importer.
|
compareTo, equals, getCLIId, getDescription, getExtensions, getIsCustomImporter, hashCode, setIsCustomImporter, toString
public boolean isRecognizedFormat(java.io.InputStream in) throws java.io.IOException
ImportFormat
isRecognizedFormat
in class ImportFormat
java.io.IOException
public java.util.List<BibtexEntry> importEntries(java.io.InputStream in, OutputPrinter status) throws java.io.IOException
ImportFormat
importEntries
in class ImportFormat
java.io.IOException
public java.util.List<BibtexEntry> importEntries(java.lang.String text, OutputPrinter status)
public java.lang.String getFormatName()
ImportFormat
The name must be unique.
getFormatName
in class ImportFormat
null