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 TypeMethodDescriptionCommonsMutableConfigBuilder.build()Creates the configuration instance.protected WatchableConfigDelegatedWatchableConfig.getDelegate()Returns the delegate configuration.default WatchableConfigCreates a subset configuration containing only the properties with the specified prefix.Constructors in dev.orne.config with parameters of type WatchableConfigModifierConstructorDescriptionDelegatedWatchableConfig(WatchableConfig delegate) Creates a new instance. -
Uses of WatchableConfig in dev.orne.config.impl
Classes in dev.orne.config.impl that implement WatchableConfigModifier and TypeClassDescriptionclassImplementation 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 WatchableConfigConfigSubset.create(WatchableConfig config, 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 WatchableConfigConfigSubset.create(WatchableConfig config, String prefix) Creates a new configuration proxy instance with the specified configuration.