Interface | Description |
---|---|
OverrideableDao<T> |
This interface exists to satisfy test cases that need to explicitly provide a configuration directly to the DAO.
|
ReadableDao<T> |
A config DAO that supports only reading and reloading.
|
ReloadableConfigContainer<T> |
A container that provides access to configuration that is backed by some persistent source.
|
SaveableConfigContainer<T> |
An extension of
ReloadableConfigContainer that also supports writing the managed configuration back to the
persistent source. |
WriteableDao<T> |
The writeable version of
ReadableDao . |
Class | Description |
---|---|
ConfigDaoConstants |
Copyright © 2021. All rights reserved.