org.apache.tika.xmp.convert
Interface ITikaToXMPConverter
- All Known Implementing Classes:
- AbstractConverter, GenericConverter, MSOfficeBinaryConverter, MSOfficeXMLConverter, OpenDocumentConverter, RTFConverter
public interface ITikaToXMPConverter
Interface for the specific Metadata to XMP converters
|
Method Summary |
com.adobe.xmp.XMPMeta |
process(org.apache.tika.metadata.Metadata metadata)
Converts a Tika Metadata-object into an XMPMeta containing the useful
properties. |
process
com.adobe.xmp.XMPMeta process(org.apache.tika.metadata.Metadata metadata)
throws com.adobe.xmp.XMPException
- Converts a Tika
Metadata-object into an XMPMeta containing the useful
properties.
- Parameters:
metadata - a Tika Metadata object
- Returns:
- Returns an XMPMeta object.
- Throws:
com.adobe.xmp.XMPException - If an error occurs during the creation of the XMP object.
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.