Package org.oddjob.arooa.runtime
Interface PropertyManager
- All Superinterfaces:
PropertyLookup
- All Known Implementing Classes:
StandardPropertyManager
Manages Properties.
- Author:
- rob
-
Field Summary
Fields inherited from interface org.oddjob.arooa.runtime.PropertyLookup
SYSTEM_PROPERTY_SOURCE -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyLookup(PropertyLookup propertyLookup) Add a lookup.voidaddPropertyOverride(PropertyLookup propertyLookup) Add a property overrides.voidremovePropertyLookup(PropertyLookup propertyLookup) Remove a lookup.Methods inherited from interface org.oddjob.arooa.runtime.PropertyLookup
lookup, propertyNames, sourceFor
-
Method Details
-
addPropertyLookup
Add a lookup. Lookups are used in the order they are added.- Parameters:
propertyLookup-
-
addPropertyOverride
Add a property overrides. Overrides are used first.- Parameters:
propertyLookup-
-
removePropertyLookup
Remove a lookup.- Parameters:
propertyLookup-
-