Uses of Interface
dev.orne.config.WatchableConfig
Packages that use WatchableConfig
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of WatchableConfig in dev.orne.config
Subinterfaces of WatchableConfig in dev.orne.configModifier and TypeInterfaceDescriptioninterfaceWatchable mutable configuration properties provider that can be saved to file system.interfaceMutable configuration properties provider based on Java Preferences.Classes in dev.orne.config that implement WatchableConfigModifier and TypeClassDescriptionclassA watchable mutable configuration that delegates all operations to another configuration.Methods in dev.orne.config that return WatchableConfigModifier and TypeMethodDescription@NotNull WatchableConfigCommonsMutableConfigBuilder.build()Creates the configuration instance.protected @NotNull WatchableConfigDelegatedWatchableConfig.getDelegate()Returns the delegate configuration.default @NotNull WatchableConfigCreates a subset configuration containing only the properties with the specified prefix.Constructors in dev.orne.config with parameters of type WatchableConfigModifierConstructorDescriptionDelegatedWatchableConfig(@NotNull WatchableConfig delegate) Creates a new instance. -
Uses of WatchableConfig in dev.orne.config.impl
Classes in dev.orne.config.impl that implement WatchableConfigModifier and TypeClassDescriptionclassBase 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 WatchableConfigModifier and TypeMethodDescriptionstatic @NotNull WatchableConfigConfigSubset.create(@NotNull WatchableConfig config, @NotNull String prefix) Creates a new configuration proxy instance with the specified configuration.Methods in dev.orne.config.impl with parameters of type WatchableConfigModifier and TypeMethodDescriptionstatic @NotNull WatchableConfigConfigSubset.create(@NotNull WatchableConfig config, @NotNull String prefix) Creates a new configuration proxy instance with the specified configuration.