|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.extractor.xmp.XMPExtractorFactory
public class XMPExtractorFactory
The ExtractorFactory
for the XMPExtractor
. This factory
supports the folloing media types:
A few caveats: When using a
Crawler
, Adobe Illustrator files
are mistaken for PDF files, which leads to an invalid file type error by the
PdfExtractor
. The
XMPExtractor
works fine with PDF and Illustrator files. Adobe
InDesign files do not currently work and Flash files have not been tested
yet.
Constructor Summary | |
---|---|
XMPExtractorFactory()
|
Method Summary | |
---|---|
Extractor |
get()
Returns an instance of the represented Extractor implementation. |
Set<String> |
getSupportedMimeTypes()
Returns the MIME types of the formats supported by the returned Extractor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMPExtractorFactory()
Method Detail |
---|
public Extractor get()
ExtractorFactory
get
in interface ExtractorFactory
public Set<String> getSupportedMimeTypes()
ExtractorFactory
getSupportedMimeTypes
in interface ExtractorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |