public interface IPDIRuntimeOptions extends IPDISessionObject
Modifier and Type | Method and Description |
---|---|
void |
setArguments(String[] args)
Program/Inferior arguments
|
void |
setEnvironment(Properties props)
Program/Inferior environment settings
|
void |
setWorkingDirectory(String wd)
Program/Inferior working directory
|
getSession
void setArguments(String[] args) throws PDIException
args
- the string representing the argumentsPDIException
- on failurevoid setEnvironment(Properties props) throws PDIException
props
- the new environment variable to addPDIException
- on failurevoid setWorkingDirectory(String wd) throws PDIException
wd
- the working directory to start the programPDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.