public class PropertyExpander extends Object
| Constructor and Description |
|---|
PropertyExpander(boolean addDefaultResolvers) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDefaultResolver(PropertyResolver resolver) |
void |
addResolver(PropertyResolver propertyResolver) |
static void |
clearDebuggingExpandedProperties(String testCaseId) |
String |
expand(ModelItem contextModelItem,
String content) |
String |
expand(PropertyExpansionContext context,
String content) |
String |
expand(PropertyExpansionContext context,
String content,
boolean entitize) |
String |
expand(String content) |
static String |
expandProperties(ModelItem contextModelItem,
String content) |
static String |
expandProperties(PropertyExpansionContext context,
String content) |
static String |
expandProperties(PropertyExpansionContext context,
String content,
boolean entitize) |
static String |
expandProperties(String content) |
static StringToStringMap |
getDebuggingExpandedProperties(String testCaseId) |
static PropertyExpander |
getDefaultExpander() |
static void |
setDebuggingMode(String testCaseId,
boolean debug) |
public static PropertyExpander getDefaultExpander()
public static void addDefaultResolver(PropertyResolver resolver)
public void addResolver(PropertyResolver propertyResolver)
public static String expandProperties(PropertyExpansionContext context, String content)
public static String expandProperties(PropertyExpansionContext context, String content, boolean entitize)
public String expand(PropertyExpansionContext context, String content)
public String expand(PropertyExpansionContext context, String content, boolean entitize)
public static void setDebuggingMode(String testCaseId, boolean debug)
public static StringToStringMap getDebuggingExpandedProperties(String testCaseId)
public static void clearDebuggingExpandedProperties(String testCaseId)
Copyright © 2013. All Rights Reserved.