Class GitLatestRevisionCommandConsumer
java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.git.gitexe.command.update.GitLatestRevisionCommandConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeLine
(String line) private void
Process the current input line for the latest revisionMethods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
-
Field Details
-
LATESTREV_PATTERN
The pattern used to match git log latest revision lines -
latestRevision
-
-
Constructor Details
-
GitLatestRevisionCommandConsumer
-
-
Method Details
-
consumeLine
-
getLatestRevision
-
processGetLatestRevision
Process the current input line for the latest revision- Parameters:
line
- A line of text from the git log output
-