Package com.xebialabs.deployit.plumbing
Class ExecutionOutputWriter
java.lang.Object
java.io.Writer
com.xebialabs.deployit.plumbing.ExecutionOutputWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Writerprotected com.xebialabs.overthere.OverthereExecutionOutputHandler[] -
Constructor Summary
ConstructorsConstructorDescriptionExecutionOutputWriter(com.xebialabs.xlrelease.utils.SensitiveValueScrubber scrubber, Writer out, com.xebialabs.overthere.OverthereExecutionOutputHandler... outputHandlers) -
Method Summary
-
Field Details
-
out
-
outputHandlers
protected com.xebialabs.overthere.OverthereExecutionOutputHandler[] outputHandlers
-
-
Constructor Details
-
ExecutionOutputWriter
public ExecutionOutputWriter(com.xebialabs.xlrelease.utils.SensitiveValueScrubber scrubber, Writer out, com.xebialabs.overthere.OverthereExecutionOutputHandler... outputHandlers)
-
-
Method Details
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
notifyLine
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
closeHandlers
- Throws:
IOException
-
toString
-
getWriter
-