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

java.lang.Object
  extended by org.apache.oodt.cas.metadata.extractors.FilenameTokenConfigReader
All Implemented Interfaces:
MetExtractorConfigReader

public class FilenameTokenConfigReader
extends Object
implements MetExtractorConfigReader

Reads in a FilenameTokenConfig using the PGEConfigFileReader.

Version:
$Revision$
Author:
mattmann

Constructor Summary
FilenameTokenConfigReader()
           
 
Method Summary
 MetExtractorConfig parseConfigFile(File file)
          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

FilenameTokenConfigReader

public FilenameTokenConfigReader()
Method Detail

parseConfigFile

public MetExtractorConfig parseConfigFile(File file)
                                   throws MetExtractorConfigReaderException
Description copied from interface: MetExtractorConfigReader
Parses a config File into a MetExtractorConfig obj

Specified by:
parseConfigFile in interface MetExtractorConfigReader
Parameters:
file - 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.