Class RingWriterOutputHandler

java.lang.Object
com.xebialabs.xlrelease.plugin.overthere.RingWriterOutputHandler
All Implemented Interfaces:
com.xebialabs.overthere.OverthereExecutionOutputHandler, OutputHandler, Closeable, AutoCloseable

public class RingWriterOutputHandler extends Object implements OutputHandler
  • Method Details

    • handleChar

      public void handleChar(char c)
      Specified by:
      handleChar in interface com.xebialabs.overthere.OverthereExecutionOutputHandler
    • handleLine

      public void handleLine(String line)
      Specified by:
      handleLine in interface com.xebialabs.overthere.OverthereExecutionOutputHandler
    • getStringContent

      public String getStringContent() throws IOException
      Specified by:
      getStringContent in interface OutputHandler
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException