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> TConfigurationSource.getConfiguration(Class<T> configClass) Acquire a configuration class.booleanBootstrapConfiguration.getConfigurationBoolean(String key) Return the boolean representation of the requested configuration parameter.intBootstrapConfiguration.getConfigurationInteger(String key) Return the integer representation of the requested configuration parameter.intBootstrapConfiguration.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) booleanSystemBootstrapConfiguration.getConfigurationBoolean(String key) intSystemBootstrapConfiguration.getConfigurationInteger(String key) intSystemBootstrapConfiguration.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> TCafConfigurationSource.getConfiguration(Class<T> configClass) Acquire a configuration class from the provider.protected abstract InputStreamCafConfigurationSource.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 InputStreamFileConfigurationSource.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 TypeMethodDescriptionvoidWorkerApplication.run(WorkerConfiguration workerConfiguration, io.dropwizard.core.setup.Environment environment) Start the asynchronous worker micro-service.