Uses of Interface
org.eclipse.debug.core.model.IStreamsProxy
Packages that use IStreamsProxy
Package
Description
Defines interfaces for debug model elements, source lookup, and launching.
Provides a set of interfaces and classes for rendering and annotating text in the debug console.
-
Uses of IStreamsProxy in org.eclipse.debug.core.model
Subinterfaces of IStreamsProxy in org.eclipse.debug.core.modelModifier and TypeInterfaceDescriptioninterfaceA variant ofIStreamsProxywhich does not touch the proxied content and pass it as bytes instead of strings.interfaceExtension to a streams proxy that allows closing of the output stream connected to the standard input stream of a proxy's process.Methods in org.eclipse.debug.core.model that return IStreamsProxyModifier and TypeMethodDescriptionprotected IStreamsProxyRuntimeProcess.createStreamsProxy()Creates and returns the streams proxy associated with this process.IProcess.getStreamsProxy()Returns a proxy to the standard input, output, and error streams for this process, ornullif not supported.RuntimeProcess.getStreamsProxy() -
Uses of IStreamsProxy in org.eclipse.debug.ui.console
Methods in org.eclipse.debug.ui.console with parameters of type IStreamsProxyModifier and TypeMethodDescriptionvoidIConsole.connect(IStreamsProxy streamsProxy) Connects this console to the given streams proxy.