com.xebialabs.deployit.plugin.jbossdm.step
Class CliProcessOutputHandler

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

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


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
CliProcessOutputHandler()
           
 
Method Summary
 java.lang.Object getResult()
           
 void handleErrorLine(java.lang.String line)
           
 void handleOutput(char c)
           
 void handleOutputLine(java.lang.String line)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected final org.slf4j.Logger logger
Constructor Detail

CliProcessOutputHandler

public CliProcessOutputHandler()
Method Detail

handleOutput

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

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

getResult

public java.lang.Object getResult()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object