org.codehaus.mojo.clirr
Class ClirrDiffListener
java.lang.Object
net.sf.clirr.core.DiffListenerAdapter
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
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 |
ClirrDiffListener
public ClirrDiffListener()
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-2014 Codehaus. All Rights Reserved.