|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NutsFunction
A NutsFunction is the result of the <function> tag in the Nuts configuration file.
| Method Summary | |
|---|---|
java.lang.Object |
call(java.lang.Object[] args)
Call the function with arguments. |
java.lang.String |
getName()
Get the function name. |
int |
getParameterCount()
Get the number of parameters expected. |
java.lang.String[] |
getParameterNames()
Get the names of the parameters. |
java.lang.Class |
getReturnType()
Get the return type of the function. |
| Methods inherited from interface jfun.yan.xml.LocationAware |
|---|
getLocation |
| Method Detail |
|---|
java.lang.Object call(java.lang.Object[] args)
args - the arguments.
java.lang.String getName()
int getParameterCount()
java.lang.Class getReturnType()
java.lang.String[] getParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||