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

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

public class ExternalMetExtractorConfig
extends Object
implements MetExtractorConfig, ExternMetExtractorMetKeys

Version:
$Revision$

Configuration file for the ExternMetExtractor.

.
Author:
mattmann, bfoster

Field Summary
 
Fields inherited from interface org.apache.oodt.cas.metadata.extractors.ExternMetExtractorMetKeys
DATA_FILE_PLACE_HOLDER, DEFAULT_MET_FILE_EXTENSION, MET_FILE_PLACE_HOLDER
 
Constructor Summary
ExternalMetExtractorConfig()
           
ExternalMetExtractorConfig(String workingDirPath, String extractorBinPath, String[] argList)
           
 
Method Summary
 String[] getArgList()
           
 String getExtractorBinPath()
           
 String getMetFileExt()
           
 String getWorkingDirPath()
           
 void setArgList(String[] argList)
           
 void setExtractorBinPath(String extractorBinPath)
           
 void setMetFileExt(String metFileExt)
           
 void setWorkingDirPath(String workingDirPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalMetExtractorConfig

public ExternalMetExtractorConfig()

ExternalMetExtractorConfig

public ExternalMetExtractorConfig(String workingDirPath,
                                  String extractorBinPath,
                                  String[] argList)
Method Detail

getArgList

public String[] getArgList()
Returns:
the argList

setArgList

public void setArgList(String[] argList)
Parameters:
argList - the argList to set

getExtractorBinPath

public String getExtractorBinPath()
Returns:
the extractorBinPath

setExtractorBinPath

public void setExtractorBinPath(String extractorBinPath)
Parameters:
extractorBinPath - the extractorBinPath to set

getWorkingDirPath

public String getWorkingDirPath()
Returns:
the workingDirPath

setWorkingDirPath

public void setWorkingDirPath(String workingDirPath)
Parameters:
workingDirPath - the workingDirPath to set

getMetFileExt

public String getMetFileExt()
Returns:
the metFileExt

setMetFileExt

public void setMetFileExt(String metFileExt)
Parameters:
metFileExt - the metFileExt to set


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