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