net.sf.ehcache.constructs.nonstop.util
Class OverrideCheck
java.lang.Object
  
net.sf.ehcache.constructs.nonstop.util.OverrideCheck
public final class OverrideCheck
- extends Object
 
A utility class to check whether one class overrides all methods of its superclass or an interface that it implements
- Author:
 
  - Abhishek Sanoujam
 
| 
Method Summary | 
static void | 
check(Class parent,
      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 | 
 
check
public static void check(Class parent,
                         Class subClass)
- Method to check a subclass overrides all methods in its superclass or the interface it implements
- Parameters:
 parent - subClass - 
 
 
Copyright 2001-2015, Terracotta, Inc.