Package com.xebialabs.deployit.plumbing
Class ExecutionOutputWriter
- java.lang.Object
-
- java.io.Writer
-
- com.xebialabs.deployit.plumbing.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.Writeroutprotected com.xebialabs.overthere.OverthereExecutionOutputHandler[]outputHandlers
-
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 voidclose()protected voidcloseHandlers()voidflush()java.io.WritergetWriter()protected voidnotifyLine(java.lang.String line)java.lang.StringtoString()voidwrite(char[] cbuf, int off, int len)
-
-
-
Method Detail
-
write
public void write(char[] cbuf, int off, int len) throws java.io.IOException- Specified by:
writein classjava.io.Writer- Throws:
java.io.IOException
-
notifyLine
protected void notifyLine(java.lang.String line)
-
flush
public void flush() throws java.io.IOException- Specified by:
flushin interfacejava.io.Flushable- Specified by:
flushin classjava.io.Writer- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein classjava.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:
toStringin classjava.lang.Object
-
getWriter
public java.io.Writer getWriter()
-
-