org.apache.chemistry.opencmis.client.parser
Class MetadataParserExif
java.lang.Object
org.apache.chemistry.opencmis.client.parser.AbstractMetadataParser
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataParserExif
public MetadataParserExif()
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.