Uses of Interface
dev.orne.config.PropertiesConfigBuilder
Packages that use PropertiesConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of PropertiesConfigBuilder in dev.orne.config
Methods in dev.orne.config that return PropertiesConfigBuilderModifier and TypeMethodDescriptionstatic @NotNull PropertiesConfigBuilderConfig.fromProperties()Creates a newPropertiesbased configuration builder. -
Uses of PropertiesConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement PropertiesConfigBuilderModifier and TypeClassDescriptionclassImplementation ofPropertiesbased immutable configuration builder.Methods in dev.orne.config.impl that return PropertiesConfigBuilderModifier and TypeMethodDescription@NotNull PropertiesConfigBuilderAdds the specified configuration properties to the configuration properties.@NotNull PropertiesConfigBuilderPropertiesConfigBuilderImpl.add(@NotNull Properties values) Adds the specified configuration properties to the configuration properties.@NotNull PropertiesConfigBuilderLoads the configuration properties from the specified file.@NotNull PropertiesConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull PropertiesConfigBuilderLoads the configuration properties from the specified URL.@NotNull PropertiesConfigBuilderLoads the configuration properties from the file in the specified path.