org.jenkinsci.plugins.tcl
Class TclDriver.StdErr

java.lang.Object
  extended by java.io.OutputStream
      extended by org.jenkinsci.plugins.tcl.util.StringOutputStream
          extended by org.jenkinsci.plugins.tcl.TclDriver.StdErr
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
TclDriver

public class TclDriver.StdErr
extends StringOutputStream


Constructor Summary
TclDriver.StdErr()
           
 
Method Summary
 void WriteLine(String str)
          Writes string to the stream
 
Methods inherited from class org.jenkinsci.plugins.tcl.util.StringOutputStream
write
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TclDriver.StdErr

public TclDriver.StdErr()
Method Detail

WriteLine

public void WriteLine(String str)
               throws IOException
Description copied from class: StringOutputStream
Writes string to the stream

Specified by:
WriteLine in class StringOutputStream
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.