Uses of Class
com.github.cafapi.common.util.naming.ServicePath
Packages that use ServicePath
Package
Description
-
Uses of ServicePath in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that return ServicePathMethods in com.github.cafapi.common.api with parameters of type ServicePathModifier and TypeMethodDescriptionConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation. -
Uses of ServicePath in com.github.cafapi.common.bootstrapconfigs.system
Methods in com.github.cafapi.common.bootstrapconfigs.system that return ServicePath -
Uses of ServicePath in com.github.cafapi.common.config.source
Methods in com.github.cafapi.common.config.source that return ServicePathConstructors in com.github.cafapi.common.config.source with parameters of type ServicePathModifierConstructorDescriptionCafConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Each ConfigurationProvider itself takes some initial source of configuration which it may or may not use to initialise itself. -
Uses of ServicePath in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file with parameters of type ServicePathModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Constructors in com.github.cafapi.common.config.sources.file with parameters of type ServicePathModifierConstructorDescriptionFileConfigurationSource
(BootstrapConfiguration bootstrap, Cipher cipher, ServicePath servicePath, Decoder decoder)