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