|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApiDifference | |
---|---|
net.sf.clirr.core | Clirr throws events when it finds api changes. |
net.sf.clirr.core.internal | The framework that is used by the individual checks in the checks package. |
Uses of ApiDifference in net.sf.clirr.core |
---|
Methods in net.sf.clirr.core with parameters of type ApiDifference | |
---|---|
void |
Checker.fireDiff(ApiDifference diff)
|
void |
XmlDiffListener.reportDiff(ApiDifference difference)
|
void |
PlainDiffListener.reportDiff(ApiDifference difference)
|
void |
DiffListener.reportDiff(ApiDifference difference)
Called when an API difference has been detected. |
void |
DiffListenerAdapter.reportDiff(ApiDifference difference)
Does nothing |
Uses of ApiDifference in net.sf.clirr.core.internal |
---|
Methods in net.sf.clirr.core.internal with parameters of type ApiDifference | |
---|---|
void |
ApiDiffDispatcher.fireDiff(ApiDifference diff)
Called by checks to inform listeners that an API difference has been detected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |