|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.clirr.core.internal.AbstractDiffReporter net.sf.clirr.core.internal.checks.InterfaceSetCheck
public final class 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 | |
---|---|
boolean |
check(JavaType compatBaseline,
JavaType currentVersion)
|
Methods inherited from class net.sf.clirr.core.internal.AbstractDiffReporter |
---|
getApiDiffDispatcher, getSeverity, getSeverity, getSeverity, 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 boolean check(JavaType compatBaseline, JavaType currentVersion)
check
in interface ClassChangeCheck
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |