Uses of Class
io.confound.config.file.FileSystemConfigurationManager.Builder
-
Uses of FileSystemConfigurationManager.Builder in io.confound.config.file
Methods in io.confound.config.file that return FileSystemConfigurationManager.BuilderModifier and TypeMethodDescriptionFileSystemConfigurationManager.Builder.baseFilename
(Path directory, String baseFilename) Uses a base path and a base filename.FileSystemConfigurationManager.Builder.candidatePaths
(Path... candidatePaths) Uses a series of paths as candidate paths for configuration file discovery.FileSystemConfigurationManager.Builder.fileFormat
(ConfigurationFileFormat fileFormat) Sets a single file format to be supported by the configuration manager.FileSystemConfigurationManager.Builder.fileFormats
(Iterable<ConfigurationFileFormat> fileFormats) Sets the file formats to be supported by the configuration manager.FileSystemConfigurationManager.Builder.filenameGlob
(Path directory, String filenameGlob) Uses a base path and a filename glob to discover the configuration file.FileSystemConfigurationManager.Builder.filenamePattern
(Path directory, Pattern filenamePattern) Uses a base path and a filename pattern to discover the configuration file.FileSystemConfigurationManager.Builder.parentConfiguration
(io.confound.config.Configuration parentConfiguration) Sets the parent configuration to use for fallback lookup.FileSystemConfigurationManager.Builder.required
(boolean required) Sets whether the configuration file is required to be discovered.