public class JazzListChangesetConsumer extends AbstractRepositoryConsumer
entries list.fed| Constructor and Description |
|---|
JazzListChangesetConsumer(ScmProviderRepository repo,
ScmLogger logger,
List<ChangeSet> entries,
String userDateFormat)
Constructor for our "scm list changeset" consumer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(String line)
Process one line of output from the execution of the "scm list changeset" command.
|
protected String |
stripDelimiters(String text)
String the leading/trailing ", < and > from the text.
|
getRepository, isFed, setFed, setRepositorygetLogger, parseDate, parseDate, setLoggerpublic JazzListChangesetConsumer(ScmProviderRepository repo, ScmLogger logger, List<ChangeSet> entries, String userDateFormat)
repo - The JazzScmProviderRepository being used.logger - The ScmLogger to use.entries - The List of ChangeSet entries that we will populate.public void consumeLine(String line)
consumeLine 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)Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.