Class RingWriterOutputHandler
java.lang.Object
com.xebialabs.xlrelease.plugin.overthere.RingWriterOutputHandler
- All Implemented Interfaces:
com.xebialabs.overthere.OverthereExecutionOutputHandler,OutputHandler,Closeable,AutoCloseable
-
Field Summary
Fields inherited from interface com.xebialabs.xlrelease.plugin.overthere.OutputHandler
NL -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidhandleChar(char c) voidhandleLine(String line)
-
Method Details
-
handleChar
public void handleChar(char c) - Specified by:
handleCharin interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
handleLine
- Specified by:
handleLinein interfacecom.xebialabs.overthere.OverthereExecutionOutputHandler
-
getStringContent
- Specified by:
getStringContentin interfaceOutputHandler- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-