Class PentahoPathNormalizerFunction

  • All Implemented Interfaces:
    Serializable, org.pentaho.reporting.libraries.formula.function.Function

    public class PentahoPathNormalizerFunction
    extends Object
    implements org.pentaho.reporting.libraries.formula.function.Function
    See Also:
    Serialized Form
    • Constructor Detail

      • PentahoPathNormalizerFunction

        public PentahoPathNormalizerFunction()
    • Method Detail

      • getCanonicalName

        public String getCanonicalName()
        Specified by:
        getCanonicalName in interface org.pentaho.reporting.libraries.formula.function.Function
      • evaluate

        public org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair evaluate​(org.pentaho.reporting.libraries.formula.FormulaContext context,
                                                                                      org.pentaho.reporting.libraries.formula.function.ParameterCallback parameters)
                                                                               throws org.pentaho.reporting.libraries.formula.EvaluationException
        Specified by:
        evaluate in interface org.pentaho.reporting.libraries.formula.function.Function
        Throws:
        org.pentaho.reporting.libraries.formula.EvaluationException
      • normalizePath

        public static String normalizePath​(String result)