com.xebialabs.deployit.plugin.jbossdm.step
Class CliProcessOutputHandler
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
logger
protected final org.slf4j.Logger logger
CliProcessOutputHandler
public CliProcessOutputHandler()
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