Interface PropertiesLookup
- All Known Implementing Classes:
DefaultPropertiesLookup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used by
PropertiesParser
to lookup properties by their name-
Method Summary
-
Method Details
-
lookup
Lookup the property with the given name- Parameters:
name
- property namedefaultValue
- default value for the property (if any exists)- Returns:
- the property value, or null if the properties does not exist.
-