com.xebialabs.deployit.plugin.overthere
Class ExecutionContextOverthereProcessOutputHandler

java.lang.Object
  extended by com.xebialabs.deployit.plugin.overthere.ExecutionContextOverthereProcessOutputHandler
All Implemented Interfaces:
com.xebialabs.overthere.OverthereProcessOutputHandler

public class ExecutionContextOverthereProcessOutputHandler
extends java.lang.Object
implements com.xebialabs.overthere.OverthereProcessOutputHandler

A CommandExecutionCallbackHandler that logs the output to a ExecutionContext.


Constructor Summary
ExecutionContextOverthereProcessOutputHandler(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx)
           
 
Method Summary
 void handleErrorLine(java.lang.String line)
           
 void handleOutput(char c)
           
 void handleOutputLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextOverthereProcessOutputHandler

public ExecutionContextOverthereProcessOutputHandler(com.xebialabs.deployit.plugin.api.execution.ExecutionContext ctx)
Method Detail

handleOutputLine

public void handleOutputLine(java.lang.String line)
Specified by:
handleOutputLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler

handleErrorLine

public void handleErrorLine(java.lang.String line)
Specified by:
handleErrorLine in interface com.xebialabs.overthere.OverthereProcessOutputHandler

handleOutput

public void handleOutput(char c)
Specified by:
handleOutput in interface com.xebialabs.overthere.OverthereProcessOutputHandler