@FunctionalInterface public interface PropertyResolver
The ConfigurationLoader uses a PropertyResolver to
resolve the values of external properties like ${basename}
that occur in the configuration file.
ConfigurationLoader| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolve(java.lang.String name)
Resolves a property name to it's value.
|
java.lang.String resolve(java.lang.String name)
name - the name of the property.propertyName.Copyright © 2001-2022. All Rights Reserved.