org.springframework.util
Class SystemPropertyUtils.SystemPropertyPlaceholderResolver

java.lang.Object
  extended by org.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
All Implemented Interfaces:
PropertyPlaceholderHelper.PlaceholderResolver
Enclosing class:
SystemPropertyUtils

private static class SystemPropertyUtils.SystemPropertyPlaceholderResolver
extends java.lang.Object
implements PropertyPlaceholderHelper.PlaceholderResolver


Field Summary
private  java.lang.String text
           
 
Constructor Summary
SystemPropertyUtils.SystemPropertyPlaceholderResolver(java.lang.String text)
           
 
Method Summary
 java.lang.String resolvePlaceholder(java.lang.String placeholderName)
          Resolves the supplied placeholder name into the replacement value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private final java.lang.String text
Constructor Detail

SystemPropertyUtils.SystemPropertyPlaceholderResolver

public SystemPropertyUtils.SystemPropertyPlaceholderResolver(java.lang.String text)
Method Detail

resolvePlaceholder

public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
Description copied from interface: PropertyPlaceholderHelper.PlaceholderResolver
Resolves the supplied placeholder name into the replacement value.

Specified by:
resolvePlaceholder in interface PropertyPlaceholderHelper.PlaceholderResolver
Parameters:
placeholderName - the name of the placeholder to resolve.
Returns:
the replacement value or null if no replacement is to be made.