Class ReplaceFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.text.ReplaceFunction
- All Implemented Interfaces:
Serializable
,Function
This function returns text where an old text is substituted with a new text.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReplaceFunction
public ReplaceFunction()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-