Uses of Interface
dev.orne.config.MutableConfig
Packages that use MutableConfig
Package
Description
Configuration management system.
Configuration management system replacement based on Apache Commons.
Internal implementations of configuration instances.
-
Uses of MutableConfig in dev.orne.config
Subinterfaces of MutableConfig in dev.orne.configModifier and TypeInterfaceDescriptioninterfaceConfiguration properties provider with properties mutable at runtime.interfaceWatchable mutable configuration properties provider that can be saved to file system.interfaceMutable configuration properties provider based on Java Preferences.interfaceWatchable mutable configuration properties provider.Classes in dev.orne.config that implement MutableConfigModifier and TypeClassDescriptionclassA mutable configuration that delegates all operations to another configuration.classA watchable mutable configuration that delegates all operations to another configuration.Methods in dev.orne.config that return MutableConfigModifier and TypeMethodDescription@NotNull MutableConfigMutableConfigBuilder.build()Creates the configuration instance.protected @NotNull MutableConfigDelegatedMutableConfig.getDelegate()Returns the delegate configuration.default @NotNull MutableConfigCreates a subset configuration containing only the properties with the specified prefix.Methods in dev.orne.config with parameters of type MutableConfigModifier and TypeMethodDescriptionvoidWatchableConfig.Listener.configurationChanged(@NotNull MutableConfig config, @NotNull Set<String> keys) Callback for configuration change events.Constructors in dev.orne.config with parameters of type MutableConfigModifierConstructorDescriptionDelegatedMutableConfig(@NotNull MutableConfig delegate) Creates a new instance. -
Uses of MutableConfig in dev.orne.config.commons
Methods in dev.orne.config.commons that return MutableConfigModifier and TypeMethodDescriptionprotected @NotNull MutableConfigDelegatedOrneMutableConfiguration.getConfig()Returns the delegated Orne configuration.Constructors in dev.orne.config.commons with parameters of type MutableConfigModifierConstructorDescriptionDelegatedOrneMutableConfiguration(@NotNull MutableConfig config) Creates a new instance. -
Uses of MutableConfig in dev.orne.config.impl
Classes in dev.orne.config.impl that implement MutableConfigModifier and TypeClassDescriptionclassBase abstract implementation of mutable configuration properties provider.classBase abstract implementation of watchable mutable configuration properties provider.classImplementation ofMutableConfigbased on Apache CommonsConfiguration.classJacksonObjectNodebased mutable configuration.classImplementation ofMutableConfigbased on JavaPreferences.classPropertiesbased mutable configuration.classImplementation ofWatchableConfigbased on a XML document.classJacksonObjectNodebased mutable configuration for YAML files.Methods in dev.orne.config.impl that return MutableConfigModifier and TypeMethodDescriptionstatic @NotNull MutableConfigConfigSubset.create(@NotNull MutableConfig config, @NotNull String prefix) Creates a new configuration proxy instance with the specified configuration.Methods in dev.orne.config.impl with parameters of type MutableConfigModifier and TypeMethodDescriptionstatic @NotNull MutableConfigConfigSubset.create(@NotNull MutableConfig config, @NotNull String prefix) Creates a new configuration proxy instance with the specified configuration.voidEventsHandler.notify(@NotNull MutableConfig instance, @NotNull String... keys) Calls all registered configuration properties changed event callbacks.voidEventsHandler.notify(@NotNull MutableConfig instance, @NotNull Set<String> keys) Calls all registered configuration properties changed event callbacks.