|
||||||||||
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.MethodSetCheck
public class MethodSetCheck
Checks the methods of a class.
Constructor Summary | |
---|---|
MethodSetCheck(ApiDiffDispatcher dispatcher,
ScopeSelector scopeSelector)
Instantiates the 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 MethodSetCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector)
dispatcher
- the dispatcher where detected differences shoudl be reported.scopeSelector
- defines the scopes to look at when searching for differences.Method Detail |
---|
public final 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 |