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 TypeMethodDescriptionPropertiesConfigBuilder.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 TypeMethodDescriptionAdds the specified configuration properties to the configuration properties.PropertiesMutableConfigBuilderImpl.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.