|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TheLittleContainer PropertyManager Interface
Method Summary | |
java.util.Properties |
getProperties()
Return all the properties managed by this property manager. |
java.lang.String |
getProperty(java.lang.String key)
Attempt to retrieve a container-level property |
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue)
Attempt to retrieve a container-level property, returing the given defaultValue if the key is not found. |
Method Detail |
public java.util.Properties getProperties()
public java.lang.String getProperty(java.lang.String key)
key
- The property key
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
key
- The property keydefaultValue
- The value to return if the property is not found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |