@NonNullByDefault
Package ej.property
Contains property management base interfaces and classes.
Used by implementors and users.
-
Interface Summary 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 Summary Class Description PropertyFactory Gets a property loader that is able to retrieve properties.PropertyPermission Permission to manipulate services usingPropertyLoader.getProperty(String)orPropertyLoader.getProperty(String, String)orPropertyRegistry.setProperty(String, String)orPropertyRegistry.removeProperty(String).SharedPropertyFactory The factory that retrieves the unique instance of theSharedPropertyRegistrysets by the system.