public interface IPropertySource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns the value for a given property, or null if the
source does not provide a value for the named property.
|
java.lang.String getPropertyValue(java.lang.String propertyName)