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

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

public class FilenameTokenConfig
extends Object
implements MetExtractorConfig

Wraps a PGEConfigurationFile as a MetExtractorConfig.

Version:
$Revision$
Author:
mattmann

Constructor Summary
FilenameTokenConfig()
           
FilenameTokenConfig(PGEConfigurationFile conf)
           
 
Method Summary
 PGEConfigurationFile getConf()
           
 void setConf(PGEConfigurationFile conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilenameTokenConfig

public FilenameTokenConfig()

FilenameTokenConfig

public FilenameTokenConfig(PGEConfigurationFile conf)
Method Detail

getConf

public PGEConfigurationFile getConf()
Returns:
the conf

setConf

public void setConf(PGEConfigurationFile conf)
Parameters:
conf - the conf to set


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