org.eclipse.ocl.examples.debug.vm.utils
Class StreamsProxy

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.utils.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:
vrepeshko

Constructor Summary
StreamsProxy()
           
 
Method Summary
 org.eclipse.debug.core.model.IStreamMonitor getErrorStreamMonitor()
           
 java.io.Writer getErrWriter()
           
 org.eclipse.debug.core.model.IStreamMonitor getOutputStreamMonitor()
           
 java.io.Writer getOutputWriter()
           
 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()
Method Detail

getErrorStreamMonitor

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

getOutputStreamMonitor

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

getOutputWriter

@NonNull
public java.io.Writer getOutputWriter()

getErrWriter

@NonNull
public java.io.Writer getErrWriter()

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