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, toString
public java.lang.String getFormatName()
ImportFormat
The name must be unique.
getFormatName
in class ImportFormat
null
public java.util.List<BibtexEntry> importEntries(java.io.InputStream in, OutputPrinter status) throws java.io.IOException
importEntries
in class ImportFormat
java.io.IOException
public boolean isRecognizedFormat(java.io.InputStream in) throws java.io.IOException
isRecognizedFormat
in class ImportFormat
java.io.IOException
public java.lang.String getCLIid()