public class ProcessDebugProcess extends ProcessDebugElement implements org.eclipse.debug.core.model.IProcess
| Constructor and Description |
|---|
ProcessDebugProcess(ProcessDebugTarget target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTerminate() |
String |
getAttribute(String key) |
int |
getExitValue() |
String |
getLabel() |
String |
getModelIdentifier() |
org.eclipse.debug.core.model.IStreamsProxy |
getStreamsProxy() |
boolean |
isTerminated() |
void |
setAttribute(String key,
String value) |
void |
terminate() |
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailedpublic ProcessDebugProcess(ProcessDebugTarget target)
public boolean canTerminate()
canTerminate in interface org.eclipse.debug.core.model.ITerminatepublic boolean isTerminated()
isTerminated in interface org.eclipse.debug.core.model.ITerminatepublic void terminate()
throws org.eclipse.debug.core.DebugException
terminate in interface org.eclipse.debug.core.model.ITerminateorg.eclipse.debug.core.DebugExceptionpublic String getModelIdentifier()
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElementpublic String getLabel()
getLabel in interface org.eclipse.debug.core.model.IProcesspublic org.eclipse.debug.core.model.IStreamsProxy getStreamsProxy()
getStreamsProxy in interface org.eclipse.debug.core.model.IProcesspublic void setAttribute(String key, String value)
setAttribute in interface org.eclipse.debug.core.model.IProcesspublic String getAttribute(String key)
getAttribute in interface org.eclipse.debug.core.model.IProcesspublic int getExitValue()
throws org.eclipse.debug.core.DebugException
getExitValue in interface org.eclipse.debug.core.model.IProcessorg.eclipse.debug.core.DebugExceptionCopyright © 2018. All rights reserved.