org.apache.oodt.cas.metadata.extractors
Class CopyAndRewriteConfigReader

java.lang.Object
  extended by 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

Constructor Summary
CopyAndRewriteConfigReader()
           
 
Method Summary
 MetExtractorConfig parseConfigFile(File configFile)
          Parses a config File into a MetExtractorConfig obj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyAndRewriteConfigReader

public CopyAndRewriteConfigReader()
Method Detail

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.