org.apache.oodt.cas.metadata.extractors
Class DataSourceMetExtractorConfigReader
java.lang.Object
org.apache.oodt.cas.metadata.extractors.DataSourceMetExtractorConfigReader
- All Implemented Interfaces:
- MetExtractorConfigReader
public class DataSourceMetExtractorConfigReader
- extends Object
- implements MetExtractorConfigReader
MetExtractorConfigReader which reads configuration from a Java Properties file.
- Author:
- bfoster@apache.org (Brian Foster)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceMetExtractorConfigReader
public DataSourceMetExtractorConfigReader()
parseConfigFile
public DataSourceMetExtractorConfig parseConfigFile(File configFile)
throws MetExtractorConfigReaderException
- Description copied from interface:
MetExtractorConfigReader
- Parses a config
File into a MetExtractorConfig obj
- Specified by:
parseConfigFile in interface MetExtractorConfigReader
- Parameters:
configFile - The config File to be parsed
- Returns:
- The
MetExtractorConfig obj created by parsing the input
config File
- Throws:
MetExtractorConfigReaderException - If any error occurs
Copyright © 1999-2014 Apache OODT. All Rights Reserved.