net.sf.tie.internal
Class MethodFinder

java.lang.Object
  extended by net.sf.tie.internal.MethodFinder

public class MethodFinder
extends Object

This class in an internal class inside Tie. It is only public because it is used from multiple packages.


Constructor Summary
MethodFinder()
           
 
Method Summary
static Method matchMethod(Class<? extends Object> implementingClass, Method interfaceMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFinder

public MethodFinder()
Method Detail

matchMethod

public static Method matchMethod(Class<? extends Object> implementingClass,
                                 Method interfaceMethod)