|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.constructs.nonstop.util.OverrideCheck
public final class OverrideCheck
A utility class to check whether one class overrides all methods of its superclass or an interface that it implements
Method Summary | |
---|---|
static void |
check(java.lang.Class parent,
java.lang.Class subClass)
Method to check a subclass overrides all methods in its superclass or the interface it implements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void check(java.lang.Class parent, java.lang.Class subClass)
parent
- subClass
-
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |