public static class DefaultFunctionFactory.StringTrimFunction extends BaseFunction
| Constructor and Description |
|---|
StringTrimFunction() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
void |
initArgs(Expression[] args)
Initialize this function with the given arguments.
|
connect, copy, disconnect, executeAll, shutdown, startuppublic QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionpublic void initArgs(Expression[] args)
Functionpublic java.lang.String getArgDocString()
Functionpublic java.lang.Class<?> getType()
Function