Package io.smallrye.config.source.file
Class FileSystemConfigSourceFactory
java.lang.Object
io.smallrye.config.source.file.FileSystemConfigSourceFactory
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory
public class FileSystemConfigSourceFactory
extends Object
implements io.smallrye.config.ConfigSourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory
io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context)
-
Field Details
-
SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS
- See Also:
-
-
Constructor Details
-
FileSystemConfigSourceFactory
public FileSystemConfigSourceFactory()
-
-
Method Details
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context) - Specified by:
getConfigSourcesin interfaceio.smallrye.config.ConfigSourceFactory
-
getPriority
- Specified by:
getPriorityin interfaceio.smallrye.config.ConfigSourceFactory
-