Uses of Class
net.sf.clirr.event.ApiDifference

Packages that use ApiDifference
net.sf.clirr The kernel of clirr. 
net.sf.clirr.event Clirr throws events when it finds api changes. 
net.sf.clirr.framework The framework that is used by the individual checks in the checks package. 
 

Uses of ApiDifference in net.sf.clirr
 

Methods in net.sf.clirr with parameters of type ApiDifference
 void Checker.fireDiff(ApiDifference diff)
           
 

Uses of ApiDifference in net.sf.clirr.event
 

Methods in net.sf.clirr.event with parameters of type ApiDifference
 void DiffListener.reportDiff(ApiDifference difference)
          Called when an API difference has been detected.
 void DiffListenerAdapter.reportDiff(ApiDifference difference)
          Does nothing
 void PlainDiffListener.reportDiff(ApiDifference difference)
           
 void XmlDiffListener.reportDiff(ApiDifference difference)
           
 

Uses of ApiDifference in net.sf.clirr.framework
 

Methods in net.sf.clirr.framework with parameters of type ApiDifference
 void ApiDiffDispatcher.fireDiff(ApiDifference diff)
           
 



Copyright © 2003-2004 Lars Kühne. All Rights Reserved.