org.apache.oodt.cas.metadata.extractors
Class CopyAndRewriteConfigReader
java.lang.Object
org.apache.oodt.cas.metadata.extractors.CopyAndRewriteConfigReader
- All Implemented Interfaces:
- MetExtractorConfigReader
public class CopyAndRewriteConfigReader
- extends Object
- implements MetExtractorConfigReader
- Version:
- $Revision$
Config file reader class for CopyAndRewriteExtractor
.
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyAndRewriteConfigReader
public CopyAndRewriteConfigReader()
parseConfigFile
public MetExtractorConfig 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-2011 Apache Incubator. All Rights Reserved.