Package org.apache.tika.xmp.convert
Interface ITikaToXMPConverter
- 
- All Known Implementing Classes:
- AbstractConverter,- GenericConverter,- MSOfficeBinaryConverter,- MSOfficeXMLConverter,- OpenDocumentConverter,- RTFConverter
 
 public interface ITikaToXMPConverterInterface for the specificMetadatato XMP converters
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.adobe.internal.xmp.XMPMetaprocess(Metadata metadata)Converts a TikaMetadata-object into anXMPMetacontaining the useful properties.
 
- 
- 
- 
Method Detail- 
processcom.adobe.internal.xmp.XMPMeta process(Metadata metadata) throws com.adobe.internal.xmp.XMPException Converts a TikaMetadata-object into anXMPMetacontaining the useful properties.- Parameters:
- metadata- a Tika Metadata object
- Returns:
- Returns an XMPMeta object.
- Throws:
- com.adobe.internal.xmp.XMPException- If an error occurs during the creation of the XMP object.
 
 
- 
 
-