org.codehaus.mojo.clirr
Class ClirrDiffListener

java.lang.Object
  extended by net.sf.clirr.core.DiffListenerAdapter
      extended by org.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
 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)
Specified by:
reportDiff in interface net.sf.clirr.core.DiffListener
Overrides:
reportDiff in class net.sf.clirr.core.DiffListenerAdapter

stop

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

getApiDifferences

public List getApiDifferences()

getSeverityCount

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


Copyright © 2006-2011 Codehaus. All Rights Reserved.