|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyLookup
Something for looking up properties.
Method Summary | |
---|---|
String |
lookup(String propertyName)
Return the value of a property, or null if it doesn't exist. |
Set<String> |
propertyNames()
Return all property names in this property lookup. |
PropertySource |
sourceFor(String propertyName)
Return a source for the property. |
Method Detail |
---|
String lookup(String propertyName)
propertyName
- The name of the property.
PropertySource sourceFor(String propertyName)
propertyName
- The property name.
Set<String> propertyNames()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |