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 TypeMethodDescriptionJsonMutableConfigBuilder.build()Creates the configuration instance.PropertiesMutableConfigBuilder.build()Creates the configuration instance.XmlMutableConfigBuilder.build()Creates the configuration instance.YamlMutableConfigBuilder.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.