Uses of Interface
org.pentaho.platform.api.engine.IParameterResolver
-
Packages that use IParameterResolver Package Description org.pentaho.platform.api.engine -
-
Uses of IParameterResolver in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine with parameters of type IParameterResolver Modifier and Type Method Description String
IRuntimeContext. applyInputsToFormat(String format, IParameterResolver resolver)
Does parameter substitution on the input string, searching for all parameter declarations in the input string, and substituting the value from the matching input parameter.
-