com.neeve.util
Interface UtlTailoring.PropertySource

All Known Subinterfaces:
UtlStr.ISubstResolver
All Known Implementing Classes:
UtlStr.SubstResolverFromEnv
Enclosing class:
UtlTailoring

public static interface UtlTailoring.PropertySource

Allows callers to plug in different property sources.


Method Summary
 String getValue(String key, String defaultValue)
          Returns a replacement property.
 

Method Detail

getValue

String getValue(String key,
                String defaultValue)
Returns a replacement property.

Parameters:
key - The key.
defaultValue - default value to return of replacement isn't available
Returns:
the replacement value or null if none exists.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.