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
  • Field Details

    • SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS

      public static final String 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:
      getConfigSources in interface io.smallrye.config.ConfigSourceFactory
    • getPriority

      public OptionalInt getPriority()
      Specified by:
      getPriority in interface io.smallrye.config.ConfigSourceFactory