public class MacroExpander extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MACRO_START |
Constructor and Description |
---|
MacroExpander(Map<String,String[]> orig) |
MacroExpander(Map<String,String[]> orig,
boolean failOnMissingParams) |
Modifier and Type | Method and Description |
---|---|
boolean |
expand() |
static Map<String,String[]> |
expand(Map<String,String[]> params) |
String |
expand(String val) |
public static final String MACRO_START
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.