org.apache.oodt.cas.filemgr.metadata.extractors
Class CoreMetExtractor

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
      extended by org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
All Implemented Interfaces:
CoreMetKeys, FilemgrMetExtractor

public class CoreMetExtractor
extends AbstractFilemgrMetExtractor
implements CoreMetKeys

Version:
$Revision: 12226 $

The core FilemgrMetExtractor providing the CoreMetKeys for this Product.

.
Author:
mattmann, bfoster

Field Summary
 
Fields inherited from class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
configuration
 
Fields inherited from interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
FILE_LOCATION, FILENAME, MIME_TYPE, PRODUCT_ID, PRODUCT_NAME, PRODUCT_RECEVIED_TIME, PRODUCT_STRUCTURE, PRODUCT_TYPE
 
Constructor Summary
CoreMetExtractor()
           
 
Method Summary
 void doConfigure()
           
 org.apache.oodt.cas.metadata.Metadata doExtract(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
 
Methods inherited from class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
addMetadataIfUndefined, configure, extractMetadata, getProductFile, getRootRefPath, merge, validateProduct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMetExtractor

public CoreMetExtractor()
Method Detail

doExtract

public org.apache.oodt.cas.metadata.Metadata doExtract(Product product,
                                                       org.apache.oodt.cas.metadata.Metadata met)
                                                throws org.apache.oodt.cas.metadata.exceptions.MetExtractionException
Specified by:
doExtract in class AbstractFilemgrMetExtractor
Throws:
org.apache.oodt.cas.metadata.exceptions.MetExtractionException

doConfigure

public void doConfigure()
Specified by:
doConfigure in class AbstractFilemgrMetExtractor


Copyright © 1999-2011 Apache OODT. All Rights Reserved.