| Class | Description |
|---|---|
| ConfigPropertiesCascadeBase |
Base class for a cascaded config.
|
| ConfigPropertiesCascadeBase.ConfigFile | |
| ConfigPropertiesCascadeCommonUtils |
utility methods for grouper.
|
| ConfigPropertiesCascadeUtils |
utility methods specific to grouper client
|
| ConfigurationAutodetectProviderFactory |
The default configuration provider is:
ConfigurationAutodetectProviderFactory
which will look for an overlay file, it is there, and the factory inside that file is set it will use it, otherwise will be PropertiesConfigurationProviderFactory
it needs to implement ConfigurationProviderFactory |
| ConfigurationOverlayProvider |
Use configuration overlays that use the base properties as a default, and then decorate with an overlay file
|
| ConfigurationOverlayProviderFactory |
TODO document
|
| ExpirableCache<K,V> |
This is like a map, but the setters also take an expire time which
will mean the items in the cache will be automatically deleted.
|
| ExpirableValue<T> |
This holds the actual value of the map, and the time it was inserted, and
the time that it should last in the cache
|
| Enum | Description |
|---|---|
| ConfigPropertiesCascadeBase.ConfigFileType |
config file type
|
| ExpirableCache.ExpirableCacheUnit |
unit of time for expirable cache
|
Copyright © 2025 OWASP. All rights reserved.