Class ExpressionTools
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.obfl.ExpressionTools
-
public class ExpressionTools extends Object
Provides helpers for OBFL-expressions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringresolveVariables(String expr, String... vars)Resolves $-prefixed variables in the input string.static StringresolveVariables(String expr, Map<String,String> variables)Resolves $-prefixed variables in the input string.
-