org.josql.internal
Class MethodFilter

java.lang.Object
  extended by org.josql.internal.MethodFilter

public class MethodFilter
extends Object


Constructor Summary
MethodFilter()
           
MethodFilter(Class c)
           
 
Method Summary
 void addModifier(int m)
           
 List filter()
           
 void setClass(Class c)
           
 void setName(String n, int type)
           
 void setParameterTypes(List pt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFilter

public MethodFilter()

MethodFilter

public MethodFilter(Class c)
Method Detail

setClass

public void setClass(Class c)

addModifier

public void addModifier(int m)

filter

public List filter()
            throws IllegalAccessException,
                   InvocationTargetException,
                   com.gentlyweb.utils.FilterException
Throws:
IllegalAccessException
InvocationTargetException
com.gentlyweb.utils.FilterException

setParameterTypes

public void setParameterTypes(List pt)

setName

public void setName(String n,
                    int type)


  Copyright © 2008 Gary Bentley. All Rights Reserved.