Uses of Interface
dev.orne.config.CommonsMutableConfigBuilder
Packages that use CommonsMutableConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of CommonsMutableConfigBuilder in dev.orne.config
Methods in dev.orne.config that return CommonsMutableConfigBuilderModifier and TypeMethodDescriptionCommonsConfigBuilder.mutable()Makes the configuration instance mutable.CommonsMutableConfigBuilder.ofDelegate(org.apache.commons.configuration2.Configuration delegate) Selects the delegated Apache Commons configuration. -
Uses of CommonsMutableConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement CommonsMutableConfigBuilderModifier and TypeClassDescriptionclassImplementation of Apache CommonsConfigurationbased mutable configuration builder.Methods in dev.orne.config.impl that return CommonsMutableConfigBuilderModifier and TypeMethodDescriptionCommonsMutableConfigBuilderImpl.ofDelegate(org.apache.commons.configuration2.Configuration delegate) Selects the delegated Apache Commons configuration.