org.codehaus.mojo.clirr
Class LogDiffListener

java.lang.Object
  extended by net.sf.clirr.core.DiffListenerAdapter
      extended by org.codehaus.mojo.clirr.LogDiffListener
All Implemented Interfaces:
net.sf.clirr.core.DiffListener

public class LogDiffListener
extends net.sf.clirr.core.DiffListenerAdapter

Log messages to the console as they are processed.

Author:
Brett Porter

Constructor Summary
LogDiffListener(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)
           
 
Methods inherited from class net.sf.clirr.core.DiffListenerAdapter
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDiffListener

public LogDiffListener(org.apache.maven.plugin.logging.Log log)
Method Detail

reportDiff

public void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)
Specified by:
reportDiff in interface net.sf.clirr.core.DiffListener
Overrides:
reportDiff in class net.sf.clirr.core.DiffListenerAdapter


Copyright © 2006-2011 Codehaus. All Rights Reserved.