| Package | Description |
|---|---|
| com.hammurapi.common |
| Modifier and Type | Method and Description |
|---|---|
String |
TokenExpander.expand(String str)
Parses a string by replacing occurences of ${<property name>}
with property values.
|
String |
TokenExpander.expandToken(String token,
String defaultValue)
Property parsing.
|