net.sf.clirr.ant
Class ChangeCounter

java.lang.Object
  extended bynet.sf.clirr.core.DiffListenerAdapter
      extended bynet.sf.clirr.ant.ChangeCounter
All Implemented Interfaces:
DiffListener

final class ChangeCounter
extends DiffListenerAdapter


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

ChangeCounter

public ChangeCounter()
Method Detail

getBinInfos

public int getBinInfos()

getBinWarnings

public int getBinWarnings()

getBinErrors

public int getBinErrors()

getSrcInfos

public int getSrcInfos()

getSrcWarnings

public int getSrcWarnings()

getSrcErrors

public int getSrcErrors()

reportDiff

public void reportDiff(ApiDifference difference)
Description copied from class: DiffListenerAdapter
Does nothing

Specified by:
reportDiff in interface DiffListener
Overrides:
reportDiff in class DiffListenerAdapter
See Also:
DiffListener.reportDiff(net.sf.clirr.core.ApiDifference)


Copyright © 2003-2004 Lars Kühne. All Rights Reserved.