Package | Description |
---|---|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.ui.console |
Provides a set of interfaces and classes for rendering and annotating text in the debug console. |
Modifier and Type | Interface and Description |
---|---|
interface |
IStreamsProxy2
Extension to a streams proxy that allows closing of the output stream
connected to the standard input stream of a proxy's process.
|
Modifier and Type | Method and Description |
---|---|
protected IStreamsProxy |
RuntimeProcess.createStreamsProxy()
Creates and returns the streams proxy associated with this process.
|
IStreamsProxy |
IProcess.getStreamsProxy()
Returns a proxy to the standard input, output, and error streams
for this process, or
null if not supported. |
IStreamsProxy |
RuntimeProcess.getStreamsProxy() |
Modifier and Type | Method and Description |
---|---|
void |
IConsole.connect(IStreamsProxy streamsProxy)
Connects this console to the given streams proxy.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.