Class JazzHistoryConsumer
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.changelog.JazzHistoryConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
Consume the output of the scm command for the "history" operation.
It is passed in a List of ChangeSet entries. All we do is to parse the Jazz change set aliases, and save as the revision into the list.
NOTE: We do not set the command or date or anything other than the revision here, as we pick that information up from the "scm list changeset" command.
-
Field Summary
FieldsFields inherited from class org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
fed -
Constructor Summary
ConstructorsConstructorDescriptionJazzHistoryConsumer(ScmProviderRepository repo, ScmLogger logger, List<ChangeSet> entries) Constructor for our "scm history" consumer. -
Method Summary
Modifier and TypeMethodDescriptionvoidconsumeLine(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, setRepositoryMethods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
-
Field Details
-
CHANGESET_PATTERN
-
entries
-
-
Constructor Details
-
JazzHistoryConsumer
Constructor for our "scm history" consumer.- Parameters:
repo- The JazzScmProviderRepository being used.logger- The ScmLogger to use.entries- The List of ChangeSet entries that we will populate.
-
-
Method Details
-
consumeLine
Process one line of output from the execution of the "scm xxxx" command.- Specified by:
consumeLinein interfaceorg.codehaus.plexus.util.cli.StreamConsumer- Overrides:
consumeLinein classAbstractRepositoryConsumer- Parameters:
line- The line of output from the external command that has been pumped to us.- See Also:
-