public class EaseDebugProcess extends EaseDebugElement implements IProcess
ATTR_CMDLINE, ATTR_PROCESS_LABEL, ATTR_PROCESS_TYPE
Constructor and Description |
---|
EaseDebugProcess(EaseDebugTarget target) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute(java.lang.String key) |
int |
getExitValue() |
java.lang.String |
getLabel() |
IStreamsProxy |
getStreamsProxy() |
void |
setAttribute(java.lang.String key,
java.lang.String value) |
java.lang.String |
toString() |
canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canSuspend, canTerminate, disconnect, getDebugTarget, getModelIdentifier, isDisconnected, isStepping, isSuspended, isTerminated, resume, stepInto, stepOver, stepReturn, suspend, terminate
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getLaunch
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdapter
canTerminate, isTerminated, terminate
public EaseDebugProcess(EaseDebugTarget target)
public IStreamsProxy getStreamsProxy()
getStreamsProxy
in interface IProcess
public void setAttribute(java.lang.String key, java.lang.String value)
setAttribute
in interface IProcess
public java.lang.String getAttribute(java.lang.String key)
getAttribute
in interface IProcess
public int getExitValue() throws DebugException
getExitValue
in interface IProcess
DebugException
public java.lang.String toString()
toString
in class java.lang.Object