Uses of Interface
dev.orne.config.YamlMutableConfigBuilder
Packages that use YamlMutableConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of YamlMutableConfigBuilder in dev.orne.config
Methods in dev.orne.config that return YamlMutableConfigBuilderModifier and TypeMethodDescription@NotNull YamlMutableConfigBuilderYamlConfigBuilder.mutable()Makes the configuration instance mutable. -
Uses of YamlMutableConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement YamlMutableConfigBuilderModifier and TypeClassDescriptionclassImplementation of YAML files based mutable configuration builder.Methods in dev.orne.config.impl that return YamlMutableConfigBuilderModifier and TypeMethodDescription@NotNull YamlMutableConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull YamlMutableConfigBuilderLoads the configuration properties from the specified file.@NotNull YamlMutableConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull YamlMutableConfigBuilderLoads the configuration properties from the specified URL.@NotNull YamlMutableConfigBuilderLoads the configuration properties from the file in the specified path.@NotNull YamlMutableConfigBuilderYamlConfigBuilderImpl.mutable()Makes the configuration instance mutable.@NotNull YamlMutableConfigBuilderYamlMutableConfigBuilderImpl.withSeparator(@NotEmpty String separator) Sets the configuration nested properties separator.