Uses of Class
net.sf.clirr.event.Severity

Packages that use Severity
net.sf.clirr.event Clirr throws events when it finds api changes. 
net.sf.clirr.framework The framework that is used by the individual checks in the checks package. 
 

Uses of Severity in net.sf.clirr.event
 

Fields in net.sf.clirr.event declared as Severity
static Severity Severity.INFO
          marks an api difference that is binary compatible.
static Severity Severity.WARNING
          marks an api difference that might be binary incompatible.
static Severity Severity.ERROR
          marks an api difference that is binary incompatible.
 

Methods in net.sf.clirr.event that return Severity
 Severity ApiDifference.getSeverity()
          The Severity of the API difference.
 

Constructors in net.sf.clirr.event with parameters of type Severity
ApiDifference(java.lang.String report, Severity severity, java.lang.String clazz, java.lang.String method, java.lang.String field)
          Create a new API differnce representation.
 

Uses of Severity in net.sf.clirr.framework
 

Methods in net.sf.clirr.framework with parameters of type Severity
protected  void AbstractDiffReporter.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.