Uses of Interface
net.sf.clirr.core.internal.ApiDiffDispatcher

Packages that use ApiDiffDispatcher
net.sf.clirr.core Clirr throws events when it finds api changes. 
net.sf.clirr.core.internal The framework that is used by the individual checks in the checks package. 
net.sf.clirr.core.internal.checks The check modules that implement the funtionality of clirr. 
 

Uses of ApiDiffDispatcher in net.sf.clirr.core
 

Classes in net.sf.clirr.core 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.core.internal
 

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

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

Uses of ApiDiffDispatcher in net.sf.clirr.core.internal.checks
 

Constructors in net.sf.clirr.core.internal.checks with parameters of type ApiDiffDispatcher
ClassHierarchyCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
ClassModifierCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
ClassScopeCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector)
          Create a new instance of this check.
FieldSetCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector)
           
GenderChangeCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
InterfaceSetCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
MethodSetCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector)
          Instantiates the check.
 



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