Interface PropertyManager

All Superinterfaces:
PropertyLookup
All Known Implementing Classes:
StandardPropertyManager

public interface PropertyManager extends PropertyLookup
Manages Properties.
Author:
rob
  • Method Details

    • addPropertyLookup

      void addPropertyLookup(PropertyLookup propertyLookup)
      Add a lookup. Lookups are used in the order they are added.
      Parameters:
      propertyLookup -
    • addPropertyOverride

      void addPropertyOverride(PropertyLookup propertyLookup)
      Add a property overrides. Overrides are used first.
      Parameters:
      propertyLookup -
    • removePropertyLookup

      void removePropertyLookup(PropertyLookup propertyLookup)
      Remove a lookup.
      Parameters:
      propertyLookup -