|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.clirr.core.Severity
public final class 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 | |
---|---|
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 |
---|
public static final Severity INFO
public static final Severity WARNING
public static final Severity ERROR
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |