Class ExecutionOutputWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    public class ExecutionOutputWriter
    extends java.io.Writer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.Writer out  
      protected com.xebialabs.overthere.OverthereExecutionOutputHandler[] outputHandlers  
      • Fields inherited from class java.io.Writer

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionOutputWriter​(com.xebialabs.xlrelease.utils.SensitiveValueScrubber scrubber, java.io.Writer out, com.xebialabs.overthere.OverthereExecutionOutputHandler... outputHandlers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      protected void closeHandlers()  
      void flush()  
      java.io.Writer getWriter()  
      protected void notifyLine​(java.lang.String line)  
      java.lang.String toString()  
      void write​(char[] cbuf, int off, int len)  
      • Methods inherited from class java.io.Writer

        append, append, append, nullWriter, write, write, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • out

        protected java.io.Writer out
      • outputHandlers

        protected com.xebialabs.overthere.OverthereExecutionOutputHandler[] outputHandlers
    • Constructor Detail

      • ExecutionOutputWriter

        public ExecutionOutputWriter​(com.xebialabs.xlrelease.utils.SensitiveValueScrubber scrubber,
                                     java.io.Writer out,
                                     com.xebialabs.overthere.OverthereExecutionOutputHandler... outputHandlers)
    • Method Detail

      • write

        public void write​(char[] cbuf,
                          int off,
                          int len)
                   throws java.io.IOException
        Specified by:
        write in class java.io.Writer
        Throws:
        java.io.IOException
      • notifyLine

        protected void notifyLine​(java.lang.String line)
      • flush

        public void flush()
                   throws java.io.IOException
        Specified by:
        flush in interface java.io.Flushable
        Specified by:
        flush in class java.io.Writer
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in class java.io.Writer
        Throws:
        java.io.IOException
      • closeHandlers

        protected void closeHandlers()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getWriter

        public java.io.Writer getWriter()