public class DebugLoggerConsumer extends AbstractRepositoryConsumer
| Modifier and Type | Field and Description |
|---|---|
private java.lang.StringBuilder |
content |
private java.lang.String |
ls |
fed| Constructor and Description |
|---|
DebugLoggerConsumer(ScmLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(java.lang.String line)
Process one line of output from the execution of the "scm xxxx" command.
|
java.lang.String |
getOutput() |
getRepository, isFed, setFed, setRepositorygetLogger, parseDate, parseDate, setLoggerpublic DebugLoggerConsumer(ScmLogger logger)
public void consumeLine(java.lang.String line)
AbstractRepositoryConsumerconsumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerconsumeLine in class AbstractRepositoryConsumerline - The line of output from the external command that has been pumped to us.StreamConsumer.consumeLine(java.lang.String)public java.lang.String getOutput()