Uses of Interface
net.sf.clirr.framework.ApiDiffDispatcher

Packages that use ApiDiffDispatcher
net.sf.clirr The kernel of clirr. 
net.sf.clirr.checks The check modules that implement the funtionality of clirr. 
net.sf.clirr.framework The framework that is used by the individual checks in the checks package. 
 

Uses of ApiDiffDispatcher in net.sf.clirr
 

Classes in net.sf.clirr that implement ApiDiffDispatcher
 class Checker
          This is the main class to be used by Clirr frontends, it implements the checking functionality of Clirr.
 

Uses of ApiDiffDispatcher in net.sf.clirr.checks
 

Constructors in net.sf.clirr.checks with parameters of type ApiDiffDispatcher
AddedClassCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
ClassHierarchyCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
ClassModifierCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
FieldSetCheck(ApiDiffDispatcher dispatcher)
           
GenderChangeCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
InterfaceSetCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
MethodSetCheck(ApiDiffDispatcher dispatcher)
          {@inheritDoc}
RemovedClassCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
 

Uses of ApiDiffDispatcher in net.sf.clirr.framework
 

Methods in net.sf.clirr.framework that return ApiDiffDispatcher
protected  ApiDiffDispatcher AbstractDiffReporter.getApiDiffDispatcher()
           
 

Constructors in net.sf.clirr.framework with parameters of type ApiDiffDispatcher
AbstractDiffReporter(ApiDiffDispatcher dispatcher)
           
 



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