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 extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringSMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS
-
Constructor Summary
Constructors Constructor Description FileSystemConfigSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(io.smallrye.config.ConfigSourceContext context)OptionalIntgetPriority()
-
-
-
Field Detail
-
SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS
public static final String SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(io.smallrye.config.ConfigSourceContext context)
- Specified by:
getConfigSourcesin interfaceio.smallrye.config.ConfigSourceFactory
-
getPriority
public OptionalInt getPriority()
- Specified by:
getPriorityin interfaceio.smallrye.config.ConfigSourceFactory
-
-