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 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 TypeMethodDescriptionAdds the specified configuration properties to the configuration properties.PropertiesConfigBuilderImpl.add(Properties values) Adds the specified configuration properties to the configuration properties.Loads the configuration properties from the specified file.Loads the configuration properties from the specified ClassLoader resource.Loads the configuration properties from the specified URL.Loads the configuration properties from the file in the specified path.