public class PgeConfig extends Object
Constructor and Description |
---|
PgeConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addDynamicConfigFile(DynamicConfigFile dynamicConfigFile) |
void |
addOuputDirAndExpressions(OutputDir outputDir) |
List<DynamicConfigFile> |
getDynamicConfigFiles() |
List<String> |
getExeCmds() |
String |
getExeDir() |
FileStagingInfo |
getFileStagingInfo() |
List<OutputDir> |
getOuputDirs() |
Object[] |
getPropertyAdderCustomArgs() |
String |
getShellType() |
void |
setExeCmds(List<String> exeCmds) |
void |
setExeDir(String exeDir) |
void |
setFileStagingInfo(FileStagingInfo fileStagingInfo) |
void |
setPropertyAdderCustomArgs(Object[] args) |
void |
setShellType(String shellType) |
public void addDynamicConfigFile(DynamicConfigFile dynamicConfigFile)
public List<DynamicConfigFile> getDynamicConfigFiles()
public void addOuputDirAndExpressions(OutputDir outputDir)
public void setExeDir(String exeDir)
public String getExeDir()
public void setShellType(String shellType)
public String getShellType()
public void setPropertyAdderCustomArgs(Object[] args)
public Object[] getPropertyAdderCustomArgs()
public void setFileStagingInfo(FileStagingInfo fileStagingInfo)
public FileStagingInfo getFileStagingInfo()
Copyright © 1999–2017 Apache OODT. All rights reserved.