net.sf.clirr.checks
Class InterfaceSetCheck

java.lang.Object
  extended bynet.sf.clirr.framework.AbstractDiffReporter
      extended bynet.sf.clirr.checks.InterfaceSetCheck
All Implemented Interfaces:
ClassChangeCheck

public final class InterfaceSetCheck
extends AbstractDiffReporter
implements ClassChangeCheck

Detects changes in the set of interfaces implemented by a class.

Author:
lkuehne

Constructor Summary
InterfaceSetCheck(ApiDiffDispatcher dispatcher)
          Create a new instance of this check.
 
Method Summary
 void check(org.apache.bcel.classfile.JavaClass compatBaseline, org.apache.bcel.classfile.JavaClass currentVersion)
          
 
Methods inherited from class net.sf.clirr.framework.AbstractDiffReporter
getApiDiffDispatcher, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceSetCheck

public InterfaceSetCheck(ApiDiffDispatcher dispatcher)
Create a new instance of this check.

Parameters:
dispatcher - the diff dispatcher that distributes the detected changes to the listeners.
Method Detail

check

public void check(org.apache.bcel.classfile.JavaClass compatBaseline,
                  org.apache.bcel.classfile.JavaClass currentVersion)

Specified by:
check in interface ClassChangeCheck


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