Package com.jalios.jcms
Class AudioMetaDataExtractor
- java.lang.Object
 - 
- com.jalios.jcms.AudioMetaDataExtractor
 
 
- 
- All Implemented Interfaces:
 MetaDataExtractor
public class AudioMetaDataExtractor extends java.lang.Object implements MetaDataExtractor
This class extracts metadata of audio files.- Version:
 - $Revision: 72474 $
 - Author:
 - Olivier Dedieu
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description AudioMetaDataExtractor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.MapgetMap()voidsetFile(java.io.File file)Set the file to extract the metadata 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
setFile
public void setFile(java.io.File file)
Description copied from interface:MetaDataExtractorSet the file to extract the metadata- Specified by:
 setFilein interfaceMetaDataExtractor- Parameters:
 file- the file to process
 
- 
getMap
public java.util.Map getMap()
- Specified by:
 getMapin interfaceMetaDataExtractor- Returns:
 - a map of metadata
 
 
 - 
 
 -