net.sf.clirr.framework
Class AbstractDiffReporter

java.lang.Object
  extended bynet.sf.clirr.framework.AbstractDiffReporter
Direct Known Subclasses:
net.sf.clirr.checks.AbstractClassSetChangeCheck, ClassHierarchyCheck, ClassModifierCheck, FieldSetCheck, GenderChangeCheck, InterfaceSetCheck, MethodSetCheck

public abstract class AbstractDiffReporter
extends java.lang.Object


Constructor Summary
AbstractDiffReporter(ApiDiffDispatcher dispatcher)
           
 
Method Summary
protected  ApiDiffDispatcher getApiDiffDispatcher()
           
protected  void log(java.lang.String msg, Severity severity, java.lang.String clazz, org.apache.bcel.classfile.Method method, org.apache.bcel.classfile.Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDiffReporter

public AbstractDiffReporter(ApiDiffDispatcher dispatcher)
Method Detail

getApiDiffDispatcher

protected final ApiDiffDispatcher getApiDiffDispatcher()

log

protected final void log(java.lang.String msg,
                         Severity severity,
                         java.lang.String clazz,
                         org.apache.bcel.classfile.Method method,
                         org.apache.bcel.classfile.Field field)


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