org.apache.oodt.cas.filemgr.structs
Class ExtractorSpec

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.structs.ExtractorSpec

public class ExtractorSpec
extends Object

Version:
$Revision: 13181 $

A specification class showing how to constract a FilemgrMetExtractor.

.
Author:
mattmann

Constructor Summary
ExtractorSpec()
           
ExtractorSpec(String className, Properties configuration)
           
 
Method Summary
 String getClassName()
           
 Properties getConfiguration()
           
 void setClassName(String className)
           
 void setConfiguration(Properties configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractorSpec

public ExtractorSpec()

ExtractorSpec

public ExtractorSpec(String className,
                     Properties configuration)
Parameters:
className -
configuration -
Method Detail

getClassName

public String getClassName()
Returns:
the className

setClassName

public void setClassName(String className)
Parameters:
className - the className to set

getConfiguration

public Properties getConfiguration()
Returns:
the configuration

setConfiguration

public void setConfiguration(Properties configuration)
Parameters:
configuration - the configuration to set


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