net.sf.arise.loading
Class MethodFinder

java.lang.Object
  |
  +--net.sf.arise.loading.AccessibleFinder
        |
        +--net.sf.arise.loading.MethodFinder

public class MethodFinder
extends AccessibleFinder


Field Summary
 
Fields inherited from class net.sf.arise.loading.AccessibleFinder
privates
 
Constructor Summary
MethodFinder()
           
MethodFinder(boolean privates)
           
 
Method Summary
 java.lang.reflect.Method getMethod(java.lang.Class type, java.lang.String methodName, java.lang.Class[] signature)
           
 java.lang.reflect.Method getMethod(java.lang.Class type, java.lang.String methodName, java.lang.Class[] signature, boolean allowFail)
           
 java.lang.reflect.Method getMethod(java.lang.Class type, java.lang.String methodName, int argCount)
           
 java.lang.reflect.Method getMethod(java.lang.Class type, java.lang.String methodName, int argCount, boolean allowFail)
           
 java.lang.reflect.Method getMethod(java.lang.Object object, java.lang.String methodName, java.lang.Class[] signature)
           
 java.lang.reflect.Method getMethod(java.lang.Object object, java.lang.String methodName, java.lang.Class[] signature, boolean allowFail)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.arise.loading.AccessibleFinder
checkMember, fitsBetween, isSuperclass, resolveType, signatureString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodFinder

public MethodFinder()

MethodFinder

public MethodFinder(boolean privates)
Method Detail

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Object object,
                                                java.lang.String methodName,
                                                java.lang.Class[] signature)
                                         throws java.lang.Throwable
java.lang.Throwable

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Class type,
                                                java.lang.String methodName,
                                                java.lang.Class[] signature)
                                         throws java.lang.Throwable
java.lang.Throwable

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Object object,
                                                java.lang.String methodName,
                                                java.lang.Class[] signature,
                                                boolean allowFail)
                                         throws java.lang.Throwable
java.lang.Throwable

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Class type,
                                                java.lang.String methodName,
                                                java.lang.Class[] signature,
                                                boolean allowFail)
                                         throws LoadingException
LoadingException

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Class type,
                                                java.lang.String methodName,
                                                int argCount)
                                         throws java.lang.Throwable
java.lang.Throwable

getMethod

public final java.lang.reflect.Method getMethod(java.lang.Class type,
                                                java.lang.String methodName,
                                                int argCount,
                                                boolean allowFail)
                                         throws java.lang.Throwable
java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth