Class PerforceDescribeConsumer
- java.lang.Object
-
- org.apache.maven.scm.util.AbstractConsumer
-
- org.apache.maven.scm.provider.perforce.command.changelog.PerforceDescribeConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
public class PerforceDescribeConsumer extends AbstractConsumer
Parse the tagged output from "p4 describe -s [change] [change] [...]".- Author:
- Emmanuel Venisse, Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description PerforceDescribeConsumer(String repoPath, String userDatePattern, ScmLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(String line)
List<ChangeSet>
getModifications()
-
Methods inherited from class org.apache.maven.scm.util.AbstractConsumer
getLogger, parseDate, parseDate, setLogger
-
-
-
-
Method Detail
-
getModifications
public List<ChangeSet> getModifications() throws ScmException
- Throws:
ScmException
-
consumeLine
public void consumeLine(String line)
-
-