public class OvidImporter extends ImportFormat
| Modifier and Type | Field and Description |
|---|---|
static java.util.regex.Pattern |
book_pat |
static java.util.regex.Pattern |
incollection_pat |
static java.util.regex.Pattern |
ovid_src_pat |
static java.util.regex.Pattern |
ovid_src_pat_2 |
static java.util.regex.Pattern |
ovid_src_pat_no_issue |
| Constructor and Description |
|---|
OvidImporter() |
| 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 static java.util.regex.Pattern ovid_src_pat
public static java.util.regex.Pattern ovid_src_pat_no_issue
public static java.util.regex.Pattern ovid_src_pat_2
public static java.util.regex.Pattern incollection_pat
public static java.util.regex.Pattern book_pat
public 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