org.springframework.config.java.valuesource
Class SystemPropertiesValueResolver

java.lang.Object
  extended by org.springframework.config.java.valuesource.AbstractStringBasedValueResolver
      extended by org.springframework.config.java.valuesource.SystemPropertiesValueResolver
All Implemented Interfaces:
ValueResolver

public class SystemPropertiesValueResolver
extends AbstractStringBasedValueResolver


Constructor Summary
SystemPropertiesValueResolver()
           
 
Method Summary
 java.lang.String getString(java.lang.String name)
          Return value associated with name.
 
Methods inherited from class org.springframework.config.java.valuesource.AbstractStringBasedValueResolver
resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesValueResolver

public SystemPropertiesValueResolver()
Method Detail

getString

public java.lang.String getString(java.lang.String name)
                           throws ValueResolutionException
Description copied from class: AbstractStringBasedValueResolver
Return value associated with name.

Specified by:
getString in class AbstractStringBasedValueResolver
Throws:
ValueResolutionException - if name cannot be found within this ValueResolver - it is incumbent upon all subclasses to adhere to these semantics.