Uses of Class
com.github.cafapi.common.api.ConfigurationException
Packages that use ConfigurationException
Package
Description
-
Uses of ConfigurationException in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that throw ConfigurationExceptionModifier and TypeMethodDescriptionBootstrapConfiguration.getConfiguration
(String key) Return the value of the requested configuration parameter.<T> T
ConfigurationSource.getConfiguration
(Class<T> configClass) Acquire a configuration class.boolean
BootstrapConfiguration.getConfigurationBoolean
(String key) Return the boolean representation of the requested configuration parameter.int
BootstrapConfiguration.getConfigurationInteger
(String key) Return the integer representation of the requested configuration parameter.int
BootstrapConfiguration.getConfigurationInteger
(String key, int min, int max) Return the integer representation of the requested configuration parameter, between the minimum and maximum integers specified.ConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation.BootstrapConfiguration.getServicePath()
-
Uses of ConfigurationException in com.github.cafapi.common.bootstrapconfigs.system
Methods in com.github.cafapi.common.bootstrapconfigs.system that throw ConfigurationExceptionModifier and TypeMethodDescriptionSystemBootstrapConfiguration.getConfiguration
(String key) boolean
SystemBootstrapConfiguration.getConfigurationBoolean
(String key) int
SystemBootstrapConfiguration.getConfigurationInteger
(String key) int
SystemBootstrapConfiguration.getConfigurationInteger
(String key, int min, int max) SystemBootstrapConfiguration.getServicePath()
-
Uses of ConfigurationException in com.github.cafapi.common.config.source
Methods in com.github.cafapi.common.config.source that throw ConfigurationExceptionModifier and TypeMethodDescriptionfinal <T> T
CafConfigurationSource.getConfiguration
(Class<T> configClass) Acquire a configuration class from the provider.protected abstract InputStream
CafConfigurationSource.getConfigurationStream
(Class configClass, Name relativePath) Acquire and return a stream of the serialised data from the transport source. -
Uses of ConfigurationException in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file that throw ConfigurationExceptionModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource
(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) protected InputStream
FileConfigurationSource.getConfigurationStream
(Class configClass, Name relativePath) Constructors in com.github.cafapi.common.config.sources.file that throw ConfigurationExceptionModifierConstructorDescriptionFileConfigurationSource
(BootstrapConfiguration bootstrap, Cipher cipher, ServicePath servicePath, Decoder decoder) -
Uses of ConfigurationException in com.github.workerframework.core
Methods in com.github.workerframework.core that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
WorkerApplication.run
(WorkerConfiguration workerConfiguration, io.dropwizard.core.setup.Environment environment) Start the asynchronous worker micro-service.