Uses of Interface
dev.orne.config.FileWatchableConfig
Packages that use FileWatchableConfig
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of FileWatchableConfig in dev.orne.config
Methods in dev.orne.config that return FileWatchableConfigModifier and TypeMethodDescription@NotNull FileWatchableConfigJsonMutableConfigBuilder.build()Creates the configuration instance.@NotNull FileWatchableConfigPropertiesMutableConfigBuilder.build()Creates the configuration instance.@NotNull FileWatchableConfigXmlMutableConfigBuilder.build()Creates the configuration instance.@NotNull FileWatchableConfigYamlMutableConfigBuilder.build()Creates the configuration instance. -
Uses of FileWatchableConfig in dev.orne.config.impl
Classes in dev.orne.config.impl that implement FileWatchableConfigModifier and TypeClassDescriptionclassJacksonObjectNodebased mutable configuration.classPropertiesbased mutable configuration.classImplementation ofWatchableConfigbased on a XML document.classJacksonObjectNodebased mutable configuration for YAML files.