public interface IPropertyLookup extends PropertyRetriever
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getPropertiesMap()
Retrieves map of property data
|
java.lang.String |
getProperty(java.lang.String key)
get property value
|
boolean |
hasProperty(java.lang.String key)
checks if property value exists
|
java.lang.String getProperty(java.lang.String key)
getProperty
in interface PropertyRetriever
key
- the name of the propertyboolean hasProperty(java.lang.String key)
key
- name of the propertyjava.util.Map getPropertiesMap()
Map
containing property key/value pairPropertyLookupException
- thrown if loaderror