Class DebugLoggerConsumer
java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
org.apache.maven.scm.provider.jazz.command.consumer.DebugLoggerConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
This class exists only to consume output that is normally not needed,
though it may be of interest when in debug mode.
For example, "scm lock acquire" produces:
"Locks successfully acquired."
and "scm lock release" produces:
"Locks successfully released."
So, basically nothing of real interest to parse and pass back.
-
Field Summary
FieldsFields inherited from class org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
fed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeLine
(String line) Process one line of output from the execution of the "scm xxxx" command.Methods inherited from class org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
getRepository, isFed, setFed, setRepository
Methods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
-
Field Details
-
-
ls
-
-
Constructor Details
-
DebugLoggerConsumer
-
-
Method Details
-
consumeLine
Description copied from class:AbstractRepositoryConsumer
Process one line of output from the execution of the "scm xxxx" command.- Specified by:
consumeLine
in interfaceorg.codehaus.plexus.util.cli.StreamConsumer
- Overrides:
consumeLine
in classAbstractRepositoryConsumer
- Parameters:
line
- The line of output from the external command that has been pumped to us.- See Also:
-
StreamConsumer.consumeLine(java.lang.String)
-
getOutput
-