|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffCriteria
An interface for choosing which API differences are interesting.
Method Summary | |
---|---|
boolean |
differs(ClassInfo infoA,
ClassInfo infoB)
Check if the differences between the class described by infoA and the class described by infoB are interesting. |
boolean |
differs(FieldInfo fieldinfo,
FieldInfo fieldinfo_2_)
Check if the differences between the field described by infoA and the field described by infoB are interesting. |
boolean |
differs(MethodInfo methodinfo,
MethodInfo methodinfo_1_)
Check if the differences between the method described by infoA and the method described by infoB are interesting. |
boolean |
validClass(ClassInfo classinfo)
Check if the class described by classinfo is interesting. |
boolean |
validField(FieldInfo fieldinfo)
Check if the method described by fieldinfo is interesting. |
boolean |
validMethod(MethodInfo methodinfo)
Check if the method described by methodinfo is interesting. |
Method Detail |
---|
boolean validClass(ClassInfo classinfo)
boolean validMethod(MethodInfo methodinfo)
boolean validField(FieldInfo fieldinfo)
boolean differs(ClassInfo infoA, ClassInfo infoB)
boolean differs(MethodInfo methodinfo, MethodInfo methodinfo_1_)
boolean differs(FieldInfo fieldinfo, FieldInfo fieldinfo_2_)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |