Module net.morimekta.config
Package net.morimekta.config
package net.morimekta.config
-
ClassDescriptionConfigChangeListener<ConfigEntry>Listener for changes to config.Types of changes on config content.Listen to config events.The status of the event.Exception related to config handling and loading.A small utility buffer class for accumulating exceptions and passing as a config exception if any happens.ConfigSupplier<ConfigType>A wrapper around a config file to handle loading and parsing during application setup.ConfigWatcher<ConfigFileType>The config watcher watches the whole directory of config files of the same type, and notifies listeners of any changes.ConfigWatcher.ConfigEntry<ConfigFileType>A config file entry cached in the watcher.Keeps a secret.Listen to changes in secrets.A class managing secrets as read from files in a single directory.A deserializer for secrets manager to make it easy to include the manager in a standard jackson-parsed config file (JSON or YAML).Simple configuration of the secrets manager as an object.A runtime / unchecked variant of
ConfigException.