|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertyLookup
simple interface to lookup property data
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String getProperty(java.lang.String key)
getProperty
in interface PropertyRetriever
key
- the name of the property
boolean hasProperty(java.lang.String key)
key
- name of the property
java.util.Map getPropertiesMap()
Map
containing property key/value pair
PropertyLookupException
- thrown if loaderror
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |