com.jalios.jcms
Interface MetaDataExtractor

All Known Implementing Classes:
AudioMetaDataExtractor, ImageMetaDataExtractor

public interface MetaDataExtractor

This interface must be implemented by metadata extractor

Version:
$Revision: 21841 $
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
 
Method Summary
 Map<String,String> getMap()
           
 void setFile(File file)
          Set the file to extract the metadata
 

Field Detail

REVISION

static final String REVISION
See Also:
Constant Field Values
Method Detail

setFile

void setFile(File file)
Set the file to extract the metadata

Parameters:
file - the file to process
Since:
jcms-4.0

getMap

Map<String,String> getMap()
Returns:
a map of metadata
Since:
jcms-4.0


Copyright © 2001-2010 Jalios SA. All Rights Reserved.