- java.lang.Object
-
- org.jline.style.InterpolationHelper
-
public final class InterpolationHelper extends Object
Interpolation. Borrowed and adapted from Apache Felix Utils module.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
substVars(String val, Function<String,String> callback, boolean defaultsToEmptyString)
-
-
-
Method Detail
-
substVars
public static String substVars(String val, Function<String,String> callback, boolean defaultsToEmptyString) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-