public class JazzBlameConsumer extends AbstractRepositoryConsumer
fed
Constructor and Description |
---|
JazzBlameConsumer(ScmProviderRepository repository,
ScmLogger logger)
Construct the JazzBlameCommand consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(String line)
Process one line of output from the execution of the "scm annotate" command.
|
List<BlameLine> |
getLines() |
getRepository, isFed, setFed, setRepository
getLogger, parseDate, parseDate, setLogger
public JazzBlameConsumer(ScmProviderRepository repository, ScmLogger logger)
repository
- The repository we are working with.logger
- The logger to use.public void consumeLine(String line)
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
consumeLine
in class AbstractRepositoryConsumer
line
- The line of output from the external command that has been pumped to us.StreamConsumer.consumeLine(java.lang.String)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.