| java.lang.Object org.gui4j.core.Gui4jReflectionManager
Gui4jReflectionManager | final public class Gui4jReflectionManager implements ErrorTags,Serializable(Code) | | Supports methods to method declarations by most specific argument types
There is always one instance of this manager in order to cache
method declarations.
author: Joachim Schmid |
dispose | public void dispose()(Code) | | |
getMethod | public MethodCall getMethod(String context, Class c, String methodName, Class[] argumentsInit)(Code) | | Searches for the given class the most specific method. If no
method is found, or if the result is ambiguous, an exception is raised
Parameters: context - Parameters: c - Parameters: methodName - Parameters: argumentsInit - MethodCall |
reload | public synchronized void reload()(Code) | | Clear the cache in order to use new method declarations
|
|
|