org.apache.chemistry.opencmis.client.parser
Class MetadataParserExif

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.parser.AbstractMetadataParser
      extended by org.apache.chemistry.opencmis.client.parser.MetadataParserExif
All Implemented Interfaces:
MetadataParser

public class MetadataParserExif
extends AbstractMetadataParser

A parser implementation using a lower level interface to get more control about the EXIF tags than Tika provides

Author:
Jens

Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.client.parser.AbstractMetadataParser
cmisProperties, mapper
 
Constructor Summary
MetadataParserExif()
           
 
Method Summary
 void extractMetadata(File f, TypeDefinition td)
          Parse a file and extract all metadata and store them in a CMIS property bag
 
Methods inherited from class org.apache.chemistry.opencmis.client.parser.AbstractMetadataParser
getCmisProperties, getContentTypes, getMappedTypeId, getMapper, initialize, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataParserExif

public MetadataParserExif()
Method Detail

extractMetadata

public void extractMetadata(File f,
                            TypeDefinition td)
                     throws MapperException
Description copied from interface: MetadataParser
Parse a file and extract all metadata and store them in a CMIS property bag

Parameters:
f - file to parse
Throws:
MapperException


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