com.jeffpalm.util.reflect
Class MethodFilterAdapter

java.lang.Object
  extended by com.jeffpalm.util.reflect.MethodFilterAdapter
All Implemented Interfaces:
MemberFilter, MethodFilter

public abstract class MethodFilterAdapter
extends java.lang.Object
implements MethodFilter


Constructor Summary
MethodFilterAdapter()
           
 
Method Summary
 boolean acceptExceptionType(java.lang.Class eType)
           
 boolean acceptParam(int i, java.lang.Class pType)
           
 boolean acceptParams(int numParams)
           
 boolean acceptReturnType(java.lang.Class returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jeffpalm.util.reflect.MemberFilter
acceptName
 

Constructor Detail

MethodFilterAdapter

public MethodFilterAdapter()
Method Detail

acceptReturnType

public boolean acceptReturnType(java.lang.Class returnType)
Specified by:
acceptReturnType in interface MethodFilter

acceptParams

public boolean acceptParams(int numParams)
Specified by:
acceptParams in interface MethodFilter

acceptParam

public boolean acceptParam(int i,
                           java.lang.Class pType)
Specified by:
acceptParam in interface MethodFilter

acceptExceptionType

public boolean acceptExceptionType(java.lang.Class eType)
Specified by:
acceptExceptionType in interface MethodFilter