org.apache.maven.scm.provider.integrity.command.diff
Class IntegrityDiffConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.integrity.command.diff.IntegrityDiffConsumer
All Implemented Interfaces:
StreamConsumer

public class IntegrityDiffConsumer
extends Object
implements StreamConsumer

Helper class to consume the standard output from running the IntegrityDiffCommand

Version:
$Id: IntegrityDiffConsumer.java 1.2 2011/08/22 13:06:24EDT Cletus D'Souza (dsouza) Exp $
Author:
Cletus D'Souza

Constructor Summary
IntegrityDiffConsumer(ScmLogger logger)
          IntegrityDiffConsumer constructor requires a ScmLogger object to log all activity
 
Method Summary
 void consumeLine(String line)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityDiffConsumer

public IntegrityDiffConsumer(ScmLogger logger)
IntegrityDiffConsumer constructor requires a ScmLogger object to log all activity

Parameters:
logger - ScmLogger object
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.