|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.clirr.event.Severity
Enumeration type for severity of an Api difference.
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 |
public static final Severity INFO
public static final Severity WARNING
public static final Severity ERROR
Method Detail |
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |