|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.clirr.framework.AbstractDiffReporter
net.sf.clirr.checks.InterfaceSetCheck
Detects changes in the set of interfaces implemented by a class.
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 |
public InterfaceSetCheck(ApiDiffDispatcher dispatcher)
dispatcher
- the diff dispatcher that distributes the detected changes to the listeners.Method Detail |
public void check(org.apache.bcel.classfile.JavaClass compatBaseline, org.apache.bcel.classfile.JavaClass currentVersion)
check
in interface ClassChangeCheck
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |