lumis.portal.file.metadata
Interface IMetadataExtractor
- All Known Implementing Classes:
- ImageMetadataExtractor, MultimediaMetadataExtractor
@StableMinor(version="6.2",
sinceVersion="6.1")
public interface IMetadataExtractor
Provides file meta data information extraction.
- Since:
- 6.1.0
extractMetadata
void extractMetadata(File file,
String contentType,
FileMetadata fileMetadata)
throws PortalException
- Extracts the meta data information from the given file.
The meta data information extracted is to be set in the given
fileMetadata
parameter.
- Parameters:
file
- the source of meta data information.contentType
- the content type of the file.fileMetadata
- the meta data information to be updated.
- Throws:
PortalException
- Since:
- 6.1.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.