public class CliProcessOutputHandler
extends java.lang.Object
implements com.xebialabs.overthere.OverthereProcessOutputHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
CliProcessOutputHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrors() |
java.lang.Object |
getResult() |
void |
handleErrorLine(java.lang.String line) |
void |
handleOutput(char c) |
void |
handleOutputLine(java.lang.String line) |
boolean |
hasErrors() |
java.lang.String |
toString() |
public void handleOutput(char c)
handleOutput in interface com.xebialabs.overthere.OverthereProcessOutputHandlerpublic void handleOutputLine(java.lang.String line)
handleOutputLine in interface com.xebialabs.overthere.OverthereProcessOutputHandlerpublic void handleErrorLine(java.lang.String line)
handleErrorLine in interface com.xebialabs.overthere.OverthereProcessOutputHandlerpublic java.lang.String getErrors()
public boolean hasErrors()
public java.lang.Object getResult()
public java.lang.String toString()
toString in class java.lang.Object