Uses of Class
de.bsommerfeld.jshepherd.core.ConfigurationLoader.Builder
Packages that use ConfigurationLoader.Builder
-
Uses of ConfigurationLoader.Builder in de.bsommerfeld.jshepherd.core
Methods in de.bsommerfeld.jshepherd.core that return ConfigurationLoader.BuilderModifier and TypeMethodDescriptionstatic ConfigurationLoader.BuilderStarts building a configuration loader for the specified file path.ConfigurationLoader.Builder.withAutoReload()Enables automatic reloading: the configuration file is watched on a background daemon thread and the POJO is reloaded whenever the file changes on disk.ConfigurationLoader.Builder.withAutoReload(Duration pollInterval) Enables automatic reloading with a custom poll interval.ConfigurationLoader.Builder.withComments()Enables comment preservation and generation.ConfigurationLoader.Builder.withoutComments()Disables comment handling for faster, simpler serialization.