private static class SystemPropertyUtils.SystemPropertyPlaceholderResolver extends java.lang.Object implements PropertyPlaceholderHelper.PlaceholderResolver
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
SystemPropertyPlaceholderResolver(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|
public SystemPropertyPlaceholderResolver(java.lang.String text)
public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
PropertyPlaceholderHelper.PlaceholderResolver
resolvePlaceholder
in interface PropertyPlaceholderHelper.PlaceholderResolver
placeholderName
- the name of the placeholder to resolvenull
if no replacement is to be made