net.sf.clirr.ant
Class AntLogger

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

final class AntLogger
extends DiffListenerAdapter


Constructor Summary
(package private) AntLogger(org.apache.tools.ant.Task task)
           
 
Method Summary
 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

AntLogger

AntLogger(org.apache.tools.ant.Task task)
Method Detail

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.