See: Description
Interface | Description |
---|---|
ConfigService |
Interface for configuration service
A configurations service is usually a pre-requisite for any other service
so these are usually explicitly added to an AppContext when the AppContext is created
|
ConfigServiceListener |
Class wishing to receive config change notifications.
|
Class | Description |
---|---|
AbstractConfigService |
Base
ConfigService that supports the recursive loading of properties from
a ResourceService |
CachedConfigService |
Cache Properties in a global static variable.
|
DefaultConfigService |
The default
ConfigService
This starts |
FilteredProperties |
Simple class to help prepare properties for a particular application.
|
OverrideConfigService |
A
ConfigService that allows a set of properties to override
properties provided by another parent ConfigService |
ConfigService