Interface | Description |
---|---|
PropertyLoader |
A property loader is a map of properties.
|
PropertyRegistry |
A property registry is a property loader that allows to add or remove properties dynamically.
|
SharedPropertyRegistry |
Shared property registry is used to share properties between different applications.
|
Class | Description |
---|---|
PropertyFactory |
Gets a property loader that is able to retrieve properties.
|
PropertyPermission |
Permission to manipulate services using
PropertyLoader.getProperty(String) or
PropertyLoader.getProperty(String, String) or PropertyRegistry.setProperty(String, String) or
PropertyRegistry.removeProperty(String) . |
SharedPropertyFactory |
The factory that retrieves the unique instance of the
SharedPropertyRegistry sets by the system. |
Used by implementors and users.