PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIRuntimeOptions

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIRuntimeOptions
extends IPDISessionObject

Describes the configuration of debug session.


Method Summary
 void setArguments(String[] args)
          Program/Inferior arguments
 void setEnvironment(Properties props)
          Program/Inferior environment settings
 void setWorkingDirectory(String wd)
          Program/Inferior working directory
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

setArguments

void setArguments(String[] args)
                  throws PDIException
Program/Inferior arguments

Parameters:
args - the string representing the arguments
Throws:
PDIException - on failure

setEnvironment

void setEnvironment(Properties props)
                    throws PDIException
Program/Inferior environment settings

Parameters:
props - the new environment variable to add
Throws:
PDIException - on failure

setWorkingDirectory

void setWorkingDirectory(String wd)
                         throws PDIException
Program/Inferior working directory

Parameters:
wd - the working directory to start the program
Throws:
PDIException - on failure

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.