public class ExternalMetExtractorConfig extends Object implements MetExtractorConfig, ExternMetExtractorMetKeys
 Configuration file for the ExternMetExtractor.
 
DATA_FILE_PLACE_HOLDER, DEFAULT_MET_FILE_EXTENSION, MET_FILE_PLACE_HOLDER| Constructor and Description | 
|---|
| ExternalMetExtractorConfig() | 
| ExternalMetExtractorConfig(String workingDirPath,
                          String extractorBinPath,
                          String[] argList) | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getArgList() | 
| String | getExtractorBinPath() | 
| String | getMetFileExt() | 
| String | getWorkingDirPath() | 
| void | setArgList(String[] argList) | 
| void | setExtractorBinPath(String extractorBinPath) | 
| void | setMetFileExt(String metFileExt) | 
| void | setWorkingDirPath(String workingDirPath) | 
public String[] getArgList()
public void setArgList(String[] argList)
argList - the argList to setpublic String getExtractorBinPath()
public void setExtractorBinPath(String extractorBinPath)
extractorBinPath - the extractorBinPath to setpublic String getWorkingDirPath()
public void setWorkingDirPath(String workingDirPath)
workingDirPath - the workingDirPath to setpublic String getMetFileExt()
public void setMetFileExt(String metFileExt)
metFileExt - the metFileExt to setCopyright © 1999–2017 Apache OODT. All rights reserved.