Uses of Interface
dev.orne.config.PropertiesMutableConfigBuilder
Packages that use PropertiesMutableConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of PropertiesMutableConfigBuilder in dev.orne.config
Methods in dev.orne.config that return PropertiesMutableConfigBuilderModifier and TypeMethodDescription@NotNull PropertiesMutableConfigBuilderPropertiesConfigBuilder.mutable()Makes the configuration instance mutable. -
Uses of PropertiesMutableConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement PropertiesMutableConfigBuilderModifier and TypeClassDescriptionclassImplementation ofPropertiesbased mutable configuration builder.Methods in dev.orne.config.impl that return PropertiesMutableConfigBuilderModifier and TypeMethodDescription@NotNull PropertiesMutableConfigBuilderAdds the specified configuration properties to the configuration properties.@NotNull PropertiesMutableConfigBuilderPropertiesMutableConfigBuilderImpl.add(@NotNull Properties values) Adds the specified configuration properties to the configuration properties.@NotNull PropertiesMutableConfigBuilderLoads the configuration properties from the specified file.@NotNull PropertiesMutableConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull PropertiesMutableConfigBuilderLoads the configuration properties from the specified URL.@NotNull PropertiesMutableConfigBuilderLoads the configuration properties from the file in the specified path.