net.sf.clirr.core
Class Severity

java.lang.Object
  extended by net.sf.clirr.core.Severity
All Implemented Interfaces:
java.lang.Comparable

public final class Severity
extends java.lang.Object
implements java.lang.Comparable

Enumeration type for severity of an Api difference.

Author:
lkuehne

Field Summary
static Severity ERROR
          marks an api difference that is binary incompatible.
static Severity INFO
          marks an api difference that is binary compatible.
static Severity WARNING
          marks an api difference that might be binary incompatible.
 
Method Summary
 int compareTo(java.lang.Object o)
          
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INFO

public static final Severity INFO
marks an api difference that is binary compatible.


WARNING

public static final Severity WARNING
marks an api difference that might be binary incompatible.


ERROR

public static final Severity ERROR
marks an api difference that is binary incompatible.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

compareTo

public int compareTo(java.lang.Object o)

Specified by:
compareTo in interface java.lang.Comparable


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