net.sf.clirr.event
Class Severity

java.lang.Object
  extended bynet.sf.clirr.event.Severity

public final class Severity
extends java.lang.Object

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
 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()
See Also:
Object.toString()


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