public class StackedFunctionRegistry extends StackedRegistry<Callable<?,?>,IFunctionRegistry> implements IFunctionRegistry
StandardNameChooser| Constructor and Description |
|---|
StackedFunctionRegistry(NameChooser functionNameChooser) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(Class<?> javaFunctions) |
void |
put(Method method) |
void |
put(String registeredName,
Class<?> clazz,
String staticMethodName) |
addLast, appendAsString, equals, get, getRegistry, getRegistryStack, getTopRegistry, hashCode, keySet, pop, push, putget, getNameChooser, getNames, getNames, putappend, checkCopyType, clone, copy, shallowClone, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic StackedFunctionRegistry(NameChooser functionNameChooser)
public void put(Class<?> javaFunctions)
put in interface IFunctionRegistrypublic void put(Method method)
put in interface IFunctionRegistrypublic void put(String registeredName, Class<?> clazz, String staticMethodName)
put in interface IFunctionRegistryCopyright © 2011–2014. All rights reserved.