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, 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
ImportFormatimportEntries in class ImportFormatjava.io.IOExceptionpublic java.util.List<BibtexEntry> importEntries(java.lang.String text, OutputPrinter status)
public java.lang.String getFormatName()
ImportFormatThe name must be unique.
getFormatName in class ImportFormatnull