|
Please pardon the incorrect spelling of extractor.
Nested Class Summary | ||
static enum |
MetadataExtracter.OverwritePolicy A enumeration of functional property overwrite policies. |
Method Summary | ||
extract(ContentReader reader, Map<QName,Serializable> destination) Extracts the metadata values from the content provided by the reader and source mimetype to the supplied map. |
||
extract(ContentReader reader, MetadataExtracter.OverwritePolicy overwritePolicy, Map<QName,Serializable> destination) Extracts the metadata values from the content provided by the reader and source mimetype to the supplied map. |
||
extract(ContentReader reader, MetadataExtracter.OverwritePolicy overwritePolicy, Map<QName,Serializable> destination, Map<String,Set<QName>> mapping) Extracts the metadata from the content provided by the reader and source mimetype to the supplied map. |
||
long |
getExtractionTime() Deprecated. Generally not useful or used. Extraction is normally specifically configured. |
|
double |
getReliability(String mimetype) | |
boolean |
isSupported(String mimetype) Determines if the extracter works against the given mimetype. |
This method is used to determine, up front, which of a set of equally reliant transformers will be used for a specific extraction.
The extraction viability can be determined by an up front call to isSupported(String).
The source mimetype must be available on the ContentAccessor.getMimetype() method of the reader.
The extraction viability can be determined by an up front call to isSupported(String).
The source mimetype must be available on the ContentAccessor.getMimetype() method of the reader.
The extraction viability can be determined by an up front call to isSupported(String).
The source mimetype must be available on the ContentAccessor.getMimetype() method of the reader.
|