Uses of Interface
dev.orne.config.Configurable
Packages that use Configurable
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of Configurable in dev.orne.config
Methods in dev.orne.config with parameters of type ConfigurableModifier and TypeMethodDescriptionvoidConfigurer.configure(Configurable bean) Configures the bean passed as argument. -
Uses of Configurable in dev.orne.config.impl
Methods in dev.orne.config.impl that return types with arguments of type ConfigurableModifier and TypeMethodDescriptionprotected Collection<Configurable>ConfigurerImpl.scanNestedComponents(Object bean) Scans the fields of the bean passed as argument for instances ofConfigurablenot configured.Methods in dev.orne.config.impl with parameters of type ConfigurableModifier and TypeMethodDescriptionvoidConfigurerImpl.configure(Configurable bean) Configures the bean passed as argument.protected voidConfigurerImpl.configureNestedBeans(Configurable bean, Config config) Configures the nested beans of the bean passed as argument with the selected configuration.protected voidConfigurerImpl.configureProperties(Configurable bean, Config config) Configures the properties of the bean passed as argument with the selected configuration.