Uses of Interface
org.apache.oodt.cas.metadata.MetExtractorConfig

Packages that use MetExtractorConfig
org.apache.oodt.cas.metadata   
org.apache.oodt.cas.metadata.extractors   
 

Uses of MetExtractorConfig in org.apache.oodt.cas.metadata
 

Fields in org.apache.oodt.cas.metadata declared as MetExtractorConfig
protected  MetExtractorConfig AbstractMetExtractor.config
           
 

Methods in org.apache.oodt.cas.metadata that return MetExtractorConfig
 MetExtractorConfig MetExtractorConfigReader.parseConfigFile(File configFile)
          Parses a config File into a MetExtractorConfig obj
 

Methods in org.apache.oodt.cas.metadata with parameters of type MetExtractorConfig
 Metadata MetExtractor.extractMetadata(File f, MetExtractorConfig config)
          Extracts Metadata from the given File using the specified MetExtractorConfig.
 Metadata AbstractMetExtractor.extractMetadata(File f, MetExtractorConfig config)
           
 Metadata MetExtractor.extractMetadata(URL fileUrl, MetExtractorConfig config)
          Extracts Metadata from the given URL using the specified MetExtractorConfig.
 Metadata AbstractMetExtractor.extractMetadata(URL fileUrl, MetExtractorConfig config)
           
 void MetExtractor.setConfigFile(MetExtractorConfig config)
          Sets the MetExtractorConfig for the MetExtractor
 void AbstractMetExtractor.setConfigFile(MetExtractorConfig config)
           
 

Uses of MetExtractorConfig in org.apache.oodt.cas.metadata.extractors
 

Classes in org.apache.oodt.cas.metadata.extractors that implement MetExtractorConfig
 class CopyAndRewriteConfig
           
 class ExternalMetExtractorConfig
           
 class FilenameTokenConfig
          Wraps a PGEConfigurationFile as a MetExtractorConfig.
 class MetReaderConfig
           
 

Methods in org.apache.oodt.cas.metadata.extractors that return MetExtractorConfig
 MetExtractorConfig MetReaderConfigReader.parseConfigFile(File configFile)
           
 MetExtractorConfig FilenameTokenConfigReader.parseConfigFile(File file)
           
 MetExtractorConfig ExternConfigReader.parseConfigFile(File file)
           
 MetExtractorConfig CopyAndRewriteConfigReader.parseConfigFile(File configFile)
           
 



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