org.jenkinsci.plugins.tibco.studiotools
Class StudioToolsConsoleAnnotator

java.lang.Object
  extended by java.io.OutputStream
      extended by hudson.console.LineTransformationOutputStream
          extended by org.jenkinsci.plugins.tibco.studiotools.StudioToolsConsoleAnnotator
All Implemented Interfaces:
Closeable, Flushable

public class StudioToolsConsoleAnnotator
extends hudson.console.LineTransformationOutputStream

Author:
Federico Pastore - federico.pastore@gmail.com Disclaimer - TIBCO, the TIBCO logo and TIBCO Software are trademarks or registered trademarks of TIBCO Software Inc. in the United States and/or other countries. All other product and company names and marks mentioned are the property of their respective owners.

Constructor Summary
StudioToolsConsoleAnnotator(OutputStream out, Charset charset)
           
 
Method Summary
 void close()
           
protected  void eol(byte[] b, int len)
           
 
Methods inherited from class hudson.console.LineTransformationOutputStream
forceEol, trimEOL, write, write
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudioToolsConsoleAnnotator

public StudioToolsConsoleAnnotator(OutputStream out,
                                   Charset charset)
Method Detail

eol

protected void eol(byte[] b,
                   int len)
            throws IOException
Specified by:
eol in class hudson.console.LineTransformationOutputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class hudson.console.LineTransformationOutputStream
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.