| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checker.fireDiff(ApiDifference diff) |
void |
DiffListenerAdapter.reportDiff(ApiDifference difference)
Does nothing
|
void |
DiffListener.reportDiff(ApiDifference difference)
Called when an API difference has been detected.
|
void |
PlainDiffListener.reportDiff(ApiDifference difference) |
void |
XmlDiffListener.reportDiff(ApiDifference difference) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiDiffDispatcher.fireDiff(ApiDifference diff)
Called by checks to inform listeners that an API difference has been detected.
|
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.