public class PdfXmpImporter extends ImportFormat
| Constructor and Description |
|---|
PdfXmpImporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCLIid()
String used to identify this import filter on the command line.
|
java.lang.String |
getFormatName()
Name of this import format.
|
java.util.List<BibtexEntry> |
importEntries(java.io.InputStream in,
OutputPrinter status)
Returns a list of all BibtexEntries found in the inputstream.
|
boolean |
isRecognizedFormat(java.io.InputStream in)
Returns whether the given stream contains data that is a.) a pdf and b.)
contains at least one BibtexEntry.
|
compareTo, equals, getCLIId, getDescription, getExtensions, getIsCustomImporter, hashCode, setIsCustomImporter, toStringpublic java.lang.String getFormatName()
ImportFormatThe name must be unique.
getFormatName in class ImportFormatnullpublic java.util.List<BibtexEntry> importEntries(java.io.InputStream in, OutputPrinter status) throws java.io.IOException
importEntries in class ImportFormatjava.io.IOExceptionpublic boolean isRecognizedFormat(java.io.InputStream in)
throws java.io.IOException
isRecognizedFormat in class ImportFormatjava.io.IOExceptionpublic java.lang.String getCLIid()