com.aptana.ide.debug.internal.core.model
Class StreamsProxy

java.lang.Object
  extended by com.aptana.ide.debug.internal.core.model.StreamsProxy
All Implemented Interfaces:
org.eclipse.debug.core.model.IStreamsProxy

public class StreamsProxy
extends java.lang.Object
implements org.eclipse.debug.core.model.IStreamsProxy

Author:
Max Stepanov

Constructor Summary
StreamsProxy(java.io.InputStream outIn, java.io.InputStream errIn)
          StreamsProxy
 
Method Summary
 org.eclipse.debug.core.model.IStreamMonitor getErrorStreamMonitor()
           
 org.eclipse.debug.core.model.IStreamMonitor getOutputStreamMonitor()
           
 void write(java.lang.String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamsProxy

public StreamsProxy(java.io.InputStream outIn,
                    java.io.InputStream errIn)
StreamsProxy

Parameters:
outIn -
errIn -
Method Detail

getErrorStreamMonitor

public org.eclipse.debug.core.model.IStreamMonitor getErrorStreamMonitor()
Specified by:
getErrorStreamMonitor in interface org.eclipse.debug.core.model.IStreamsProxy
See Also:
IStreamsProxy.getErrorStreamMonitor()

getOutputStreamMonitor

public org.eclipse.debug.core.model.IStreamMonitor getOutputStreamMonitor()
Specified by:
getOutputStreamMonitor in interface org.eclipse.debug.core.model.IStreamsProxy
See Also:
IStreamsProxy.getOutputStreamMonitor()

write

public void write(java.lang.String input)
           throws java.io.IOException
Specified by:
write in interface org.eclipse.debug.core.model.IStreamsProxy
Throws:
java.io.IOException
See Also:
IStreamsProxy.write(java.lang.String)