| Package | Description |
|---|---|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinition |
FunctionMap.get(String name)
Return the function definition associated with the given name or null if
it doesn't exist.
|
FunctionDefinition |
CompileTimeContext.getFunction(String name)
Return the function definition associated with the given name or null if
it doesn't exist.
|
FunctionDefinition |
BuildContext.getFunction(String name)
Return the function definition associated with the given name or null if
it doesn't exist.
|
FunctionDefinition |
Context.getFunction(String name)
Return the function definition associated with the given name or null if
it doesn't exist.
|
Copyright © 2014 Quattor. All Rights Reserved.