Uses of Class
io.vertigo.commons.script.SeparatorType
-
Packages that use SeparatorType Package Description io.vertigo.commons.impl.script io.vertigo.commons.script -
-
Uses of SeparatorType in io.vertigo.commons.impl.script
Methods in io.vertigo.commons.impl.script with parameters of type SeparatorType Modifier and Type Method Description StringScriptManagerImpl. evaluateScript(String script, SeparatorType separatorType, List<ExpressionParameter> parameters)Evaluates the script, transforms a script into a text. -
Uses of SeparatorType in io.vertigo.commons.script
Methods in io.vertigo.commons.script that return SeparatorType Modifier and Type Method Description static SeparatorTypeSeparatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SeparatorType[]SeparatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.commons.script with parameters of type SeparatorType Modifier and Type Method Description StringScriptManager. evaluateScript(String script, SeparatorType separatorType, List<ExpressionParameter> parameters)Evaluates the script, transforms a script into a text.
-