Uses of Interface
org.apache.tika.xmp.convert.ITikaToXMPConverter

Packages that use ITikaToXMPConverter
org.apache.tika.xmp.convert   
 

Uses of ITikaToXMPConverter in org.apache.tika.xmp.convert
 

Classes in org.apache.tika.xmp.convert that implement ITikaToXMPConverter
 class AbstractConverter
          Base class for Tika Metadata to XMP converter which provides some needed common functionality.
 class GenericConverter
          Trys to convert as much of the properties in the Metadata map to XMP namespaces.
 class MSOfficeBinaryConverter
          Tika to XMP mapping for the binary MS formats Word (.doc), Excel (.xls) and PowerPoint (.ppt).
 class MSOfficeXMLConverter
          Tika to XMP mapping for the Office Open XML formats Word (.docx), Excel (.xlsx) and PowerPoint (.pptx).
 class OpenDocumentConverter
          Tika to XMP mapping for the Open Document formats: Text (.odt), Spreatsheet (.ods), Graphics (.odg) and Presentation (.odp).
 class RTFConverter
          Tika to XMP mapping for the RTF format.
 

Methods in org.apache.tika.xmp.convert that return ITikaToXMPConverter
static ITikaToXMPConverter TikaToXMP.getConverter(String mimetype)
          Retrieve a specific converter according to the mimetype
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.