|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
com.aptana.ide.debug.internal.core.model.JSDebugProcess
public class JSDebugProcess
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.debug.core.model.IProcess |
|---|
ATTR_CMDLINE, ATTR_PROCESS_LABEL, ATTR_PROCESS_TYPE |
| Constructor Summary | |
|---|---|
JSDebugProcess(org.eclipse.debug.core.ILaunch launch,
java.lang.String label,
java.util.Map attributes)
JSDebugProcess |
|
| Method Summary | |
|---|---|
boolean |
canTerminate()
|
protected void |
fireChangeEvent()
fireChangeEvent |
protected void |
fireCreationEvent()
fireCreationEvent |
protected void |
fireEvent(org.eclipse.debug.core.DebugEvent event)
fireEvent |
protected void |
fireTerminateEvent()
fireTerminateEvent |
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
java.lang.String |
getAttribute(java.lang.String key)
|
java.io.OutputStream |
getErrorStream()
getErrorStream |
int |
getExitValue()
|
java.lang.String |
getLabel()
|
org.eclipse.debug.core.ILaunch |
getLaunch()
|
java.io.OutputStream |
getOutputStream()
getOutputStream |
org.eclipse.debug.core.model.IStreamsProxy |
getStreamsProxy()
|
void |
handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
|
boolean |
isTerminated()
|
void |
setAttribute(java.lang.String key,
java.lang.String value)
|
protected void |
setDebugTarget(org.eclipse.debug.core.model.IDebugTarget debugTarget)
setDebugTarget |
protected void |
setXHRService(IXHRService xhrService)
setXHRService |
void |
terminate()
|
protected void |
throwDebugException(java.lang.Exception exception)
throwDebugException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSDebugProcess(org.eclipse.debug.core.ILaunch launch,
java.lang.String label,
java.util.Map attributes)
launch - label - attributes - | Method Detail |
|---|
public java.lang.String getLabel()
getLabel in interface org.eclipse.debug.core.model.IProcessIProcess.getLabel()public org.eclipse.debug.core.ILaunch getLaunch()
getLaunch in interface org.eclipse.debug.core.model.IProcessIProcess.getLaunch()public org.eclipse.debug.core.model.IStreamsProxy getStreamsProxy()
getStreamsProxy in interface org.eclipse.debug.core.model.IProcessIProcess.getStreamsProxy()
public void setAttribute(java.lang.String key,
java.lang.String value)
setAttribute in interface org.eclipse.debug.core.model.IProcessIProcess.setAttribute(java.lang.String, java.lang.String)public java.lang.String getAttribute(java.lang.String key)
getAttribute in interface org.eclipse.debug.core.model.IProcessIProcess.getAttribute(java.lang.String)
public int getExitValue()
throws org.eclipse.debug.core.DebugException
getExitValue in interface org.eclipse.debug.core.model.IProcessorg.eclipse.debug.core.DebugExceptionIProcess.getExitValue()public boolean canTerminate()
canTerminate in interface org.eclipse.debug.core.model.ITerminateITerminate.canTerminate()public boolean isTerminated()
isTerminated in interface org.eclipse.debug.core.model.ITerminateITerminate.isTerminated()
public void terminate()
throws org.eclipse.debug.core.DebugException
terminate in interface org.eclipse.debug.core.model.ITerminateorg.eclipse.debug.core.DebugExceptionITerminate.terminate()public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptablegetAdapter in class org.eclipse.core.runtime.PlatformObjectIAdaptable.getAdapter(java.lang.Class)protected void fireCreationEvent()
protected void fireTerminateEvent()
protected void fireChangeEvent()
protected void fireEvent(org.eclipse.debug.core.DebugEvent event)
event -
protected void throwDebugException(java.lang.Exception exception)
throws org.eclipse.debug.core.DebugException
exception -
org.eclipse.debug.core.DebugExceptionpublic java.io.OutputStream getOutputStream()
public java.io.OutputStream getErrorStream()
protected void setDebugTarget(org.eclipse.debug.core.model.IDebugTarget debugTarget)
debugTarget - protected void setXHRService(IXHRService xhrService)
xhrService - public void handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
handleDebugEvents in interface org.eclipse.debug.core.IDebugEventSetListenerIDebugEventSetListener.handleDebugEvents(org.eclipse.debug.core.DebugEvent[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||