Class HgDiffConsumer
- java.lang.Object
- 
- org.apache.maven.scm.util.AbstractConsumer
- 
- org.apache.maven.scm.provider.hg.command.HgConsumer
- 
- org.apache.maven.scm.provider.hg.command.diff.HgDiffConsumer
 
 
 
- 
- All Implemented Interfaces:
- org.codehaus.plexus.util.cli.StreamConsumer
 
 public class HgDiffConsumer extends HgConsumer - Author:
- thurner rupert, Olivier Lamy
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.util.AbstractConsumerlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description HgDiffConsumer(File workingDirectory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeLine(String line)List<ScmFile>getChangedFiles()Map<String,CharSequence>getDifferences()StringgetPatch()- 
Methods inherited from class org.apache.maven.scm.provider.hg.command.HgConsumerdoConsume, getStdErr
 - 
Methods inherited from class org.apache.maven.scm.util.AbstractConsumerparseDate, parseDate
 
- 
 
- 
- 
- 
Constructor Detail- 
HgDiffConsumerpublic HgDiffConsumer(File workingDirectory) 
 
- 
 - 
Method Detail- 
consumeLinepublic void consumeLine(String line) - Specified by:
- consumeLinein interface- org.codehaus.plexus.util.cli.StreamConsumer
- Overrides:
- consumeLinein class- HgConsumer
 
 - 
getChangedFilespublic List<ScmFile> getChangedFiles() 
 - 
getDifferencespublic Map<String,CharSequence> getDifferences() 
 
- 
 
-