Uses of Interface
com.github.cafapi.common.api.ManagedConfigurationSource
Packages that use ManagedConfigurationSource
Package
Description
-
Uses of ManagedConfigurationSource in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that return ManagedConfigurationSourceModifier and TypeMethodDescriptionConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation. -
Uses of ManagedConfigurationSource in com.github.cafapi.common.config.source
Classes in com.github.cafapi.common.config.source that implement ManagedConfigurationSourceModifier and TypeClassDescriptionclass
Partial implementation of a ManagedConfigurationSource that performs hierarchical lookups based upon the service's ServicePath, and recursive lookup for configuration objects that themselves have configuration in marked with the @Configuration annotation. -
Uses of ManagedConfigurationSource in com.github.cafapi.common.config.sources.file
Classes in com.github.cafapi.common.config.sources.file that implement ManagedConfigurationSourceModifier and TypeClassDescriptionclass
This is a ConfigurationProvider that reads from a local disk file.Methods in com.github.cafapi.common.config.sources.file that return ManagedConfigurationSourceModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder)