|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.clirr.core.DiffListenerAdapter net.sf.clirr.ant.ChangeCounter
Constructor Summary | |
ChangeCounter()
|
Method Summary | |
int |
getBinErrors()
|
int |
getBinInfos()
|
int |
getBinWarnings()
|
int |
getSrcErrors()
|
int |
getSrcInfos()
|
int |
getSrcWarnings()
|
void |
reportDiff(ApiDifference difference)
Does nothing |
Methods inherited from class net.sf.clirr.core.DiffListenerAdapter |
start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChangeCounter()
Method Detail |
public int getBinInfos()
public int getBinWarnings()
public int getBinErrors()
public int getSrcInfos()
public int getSrcWarnings()
public int getSrcErrors()
public void reportDiff(ApiDifference difference)
DiffListenerAdapter
reportDiff
in interface DiffListener
reportDiff
in class DiffListenerAdapter
DiffListener.reportDiff(net.sf.clirr.core.ApiDifference)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |