org.kuali.rice.core.config
Class ConfigParserImpl.SystemPropertiesDelegatingStrLookup

java.lang.Object
  extended by org.apache.commons.lang.text.StrLookup
      extended by org.kuali.rice.core.config.ConfigParserImpl.SystemPropertiesDelegatingStrLookup
Enclosing class:
ConfigParserImpl

private static class ConfigParserImpl.SystemPropertiesDelegatingStrLookup
extends org.apache.commons.lang.text.StrLookup

A StrLookup implementation that delegates to System properties if the key is not found in the supplied map.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  Map map
           
 
Constructor Summary
private ConfigParserImpl.SystemPropertiesDelegatingStrLookup(Map map)
           
 
Method Summary
 String lookup(String key)
           
 
Methods inherited from class org.apache.commons.lang.text.StrLookup
mapLookup, noneLookup, systemPropertiesLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private final Map map
Constructor Detail

ConfigParserImpl.SystemPropertiesDelegatingStrLookup

private ConfigParserImpl.SystemPropertiesDelegatingStrLookup(Map map)
Method Detail

lookup

public String lookup(String key)
Specified by:
lookup in class org.apache.commons.lang.text.StrLookup


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.