org.kuali.rice.core.config
Class ConfigParserImpl.SystemPropertiesDelegatingStrLookup
java.lang.Object
org.apache.commons.lang.text.StrLookup
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)
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 |
map
private final Map map
ConfigParserImpl.SystemPropertiesDelegatingStrLookup
private ConfigParserImpl.SystemPropertiesDelegatingStrLookup(Map map)
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.