org.codehaus.mojo.clirr
Class ClirrDiffListener

java.lang.Object
  extended bynet.sf.clirr.core.DiffListenerAdapter
      extended byorg.codehaus.mojo.clirr.ClirrDiffListener
All Implemented Interfaces:
net.sf.clirr.core.DiffListener

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

Listen to the Clirr events.

Author:
Brett Porter

Constructor Summary
ClirrDiffListener()
           
 
Method Summary
 java.util.List getApiDifferences()
           
 int getSeverityCount(net.sf.clirr.core.Severity severity)
           
 void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)
           
 void stop()
           
 
Methods inherited from class net.sf.clirr.core.DiffListenerAdapter
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClirrDiffListener

public ClirrDiffListener()
Method Detail

reportDiff

public void reportDiff(net.sf.clirr.core.ApiDifference apiDifference)

stop

public void stop()

getApiDifferences

public java.util.List getApiDifferences()

getSeverityCount

public int getSeverityCount(net.sf.clirr.core.Severity severity)


Copyright © 2006-2007 null. All Rights Reserved.