ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.classLoader(java.lang.ClassLoader classLoader) |
Sets the explicit class loader for loading resources.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.contextClass(java.lang.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 |
ResourcesConfigurationManager.Builder.fileFormat(ConfigurationFileFormat fileFormat) |
Sets a single file format to be supported by the configuration manager.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.fileFormats(java.lang.Iterable<ConfigurationFileFormat> fileFormats) |
Sets the file formats to be supported by the configuration manager.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.parentConfiguration(io.confound.config.Configuration parentConfiguration) |
Sets the parent configuration to use for fallback lookup.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.required(boolean required) |
Sets whether the configuration file is required to be discovered.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.resourceBaseName(java.lang.String resourceBaseName) |
Uses a resource base filename.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.resourceName(java.lang.String resourceName) |
Uses a complete resource filename.
|
ResourcesConfigurationManager.Builder |
ResourcesConfigurationManager.Builder.resourcePath(java.lang.String resourcePath) |
Uses a complete path to a configuration resource relative to the classpath.
|