public class PathFunctionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<? extends PathFunction>> |
FUNCTIONS |
| Constructor and Description |
|---|
PathFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PathFunction |
newFunction(String name)
Deprecated.
|
public static final Map<String,Class<? extends PathFunction>> FUNCTIONS
@Deprecated public static PathFunction newFunction(String name) throws InvalidPathException
name - The name of the functionInvalidPathExceptionFUNCTIONS,
PathFunctionCopyright © 2016. All rights reserved.