| java.lang.Object net.sf.clirr.core.internal.AbstractDiffReporter net.sf.clirr.core.internal.checks.InterfaceSetCheck
InterfaceSetCheck | public InterfaceSetCheck(ApiDiffDispatcher dispatcher)(Code) | | Create a new instance of this check.
Parameters: dispatcher - the diff dispatcher that distributes the detected changes to the listeners. |
Methods inherited from net.sf.clirr.core.internal.AbstractDiffReporter | final protected ApiDiffDispatcher getApiDiffDispatcher()(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Severity sev)(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Method method, Severity sev)(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Field field, Severity sev)(Code)(Java Doc) final protected void log(Message msg, Severity severity, String clazz, Method method, Field field, String[] args)(Code)(Java Doc)
|
|
|