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 String
resolveVariables(String expr, String... vars)
Resolves $-prefixed variables in the input string.static String
resolveVariables(String expr, Map<String,String> variables)
Resolves $-prefixed variables in the input string.
-