|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.AbstractBufferedConsumer
public abstract class AbstractBufferedConsumer
Abstract consumer for the return stream from the svn commands.
| Constructor Summary | |
|---|---|
AbstractBufferedConsumer()
|
|
| Method Summary | |
|---|---|
abstract List |
analyse()
Parses the output of the command and returns a list of elements. |
void |
consumeLine(String line)
Consume the output of a process and store it in a buffer. |
org.apache.maven.scm.log.ScmLogger |
getLogger()
|
protected String |
getOutput()
Returns the output. |
void |
setLogger(org.apache.maven.scm.log.ScmLogger scmLogger)
Setter for the logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBufferedConsumer()
| Method Detail |
|---|
public final org.apache.maven.scm.log.ScmLogger getLogger()
Command.getLogger()public final void setLogger(org.apache.maven.scm.log.ScmLogger scmLogger)
scmLogger - the logger.Command.setLogger(org.apache.maven.scm.log.ScmLogger)public void consumeLine(String line)
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerline - the line to be consumed and stored in the buffer.protected String getOutput()
public abstract List analyse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||