Uses of Interface
dev.orne.config.YamlConfigBuilder
Packages that use YamlConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of YamlConfigBuilder in dev.orne.config
Methods in dev.orne.config that return YamlConfigBuilderModifier and TypeMethodDescriptionstatic @NotNull YamlConfigBuilderConfig.fromYaml()Creates a new YAML based configuration builder. -
Uses of YamlConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement YamlConfigBuilderModifier and TypeClassDescriptionclassImplementation of YAML files based configuration builder.Methods in dev.orne.config.impl that return YamlConfigBuilderModifier and TypeMethodDescription@NotNull YamlConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull YamlConfigBuilderLoads the configuration properties from the specified file.@NotNull YamlConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull YamlConfigBuilderLoads the configuration properties from the specified URL.@NotNull YamlConfigBuilderLoads the configuration properties from the file in the specified path.@NotNull YamlConfigBuilderYamlConfigBuilderImpl.withSeparator(@NotEmpty String separator) Sets the configuration nested properties separator.