Class GitChangeLogConsumer
- java.lang.Object
- 
- org.apache.maven.scm.util.AbstractConsumer
- 
- org.apache.maven.scm.provider.git.gitexe.command.changelog.GitChangeLogConsumer
 
 
- 
- All Implemented Interfaces:
- org.codehaus.plexus.util.cli.StreamConsumer
 
 public class GitChangeLogConsumer extends AbstractConsumer - Author:
- Mark Struberg, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.util.AbstractConsumerlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description GitChangeLogConsumer(String userDateFormat)Default constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeLine(String line)List<ChangeSet>getModifications()- 
Methods inherited from class org.apache.maven.scm.util.AbstractConsumerparseDate, parseDate
 
- 
 
- 
- 
- 
Constructor Detail- 
GitChangeLogConsumerpublic GitChangeLogConsumer(String userDateFormat) Default constructor.
 
- 
 - 
Method Detail- 
getModificationspublic List<ChangeSet> getModifications() 
 - 
consumeLinepublic void consumeLine(String line) 
 
- 
 
-