Uses of Class
io.confound.config.file.ResourcesConfigurationManager.Builder
-
Uses of ResourcesConfigurationManager.Builder in io.confound.config.file
Methods in io.confound.config.file that return ResourcesConfigurationManager.BuilderModifier and TypeMethodDescriptionResourcesConfigurationManager.Builder.classLoader
(ClassLoader classLoader) Sets the explicit class loader for loading resources.ResourcesConfigurationManager.Builder.contextClass
(Class<?> contextClass) Sets the context class to use for a class loader if none is specified separately, and for determining a base path if none is specified separately.ResourcesConfigurationManager.Builder.fileFormat
(ConfigurationFileFormat fileFormat) Sets a single file format to be supported by the configuration manager.ResourcesConfigurationManager.Builder.fileFormats
(Iterable<ConfigurationFileFormat> fileFormats) Sets the file formats to be supported by the configuration manager.ResourcesConfigurationManager.Builder.parentConfiguration
(io.confound.config.Configuration parentConfiguration) Sets the parent configuration to use for fallback lookup.ResourcesConfigurationManager.Builder.required
(boolean required) Sets whether the configuration file is required to be discovered.ResourcesConfigurationManager.Builder.resourceBaseName
(String resourceBaseName) Uses a resource base filename.ResourcesConfigurationManager.Builder.resourceName
(String resourceName) Uses a complete resource filename.ResourcesConfigurationManager.Builder.resourcePath
(String resourcePath) Uses a complete path to a configuration resource relative to the classpath.