public interface ICDIRuntimeOptions extends ICDIObject
| 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.
|
getTargetvoid setArguments(java.lang.String[] args)
throws CDIException
args - the string representing the arguments.CDIExceptionvoid setEnvironment(java.util.Properties props)
throws CDIException
props - the new environment variable to add.CDIExceptionvoid setWorkingDirectory(java.lang.String wd)
throws CDIException
wd - the working directory to start the program.CDIExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.