public interface PropertyManager extends PropertyLookup
SYSTEM_PROPERTY_SOURCE
Modifier and Type | Method and Description |
---|---|
void |
addPropertyLookup(PropertyLookup propertyLookup)
Add a lookup.
|
void |
addPropertyOverride(PropertyLookup propertyLookup)
Add a property overrides.
|
void |
removePropertyLookup(PropertyLookup propertyLookup)
Remove a lookup.
|
lookup, propertyNames, sourceFor
void addPropertyLookup(PropertyLookup propertyLookup)
propertyLookup
- void addPropertyOverride(PropertyLookup propertyLookup)
propertyLookup
- void removePropertyLookup(PropertyLookup propertyLookup)
propertyLookup
-