Class FileSystemConfigSourceFactory

  • All Implemented Interfaces:
    io.smallrye.config.ConfigSourceFactory

    public class FileSystemConfigSourceFactory
    extends Object
    implements io.smallrye.config.ConfigSourceFactory
    • Field Detail

      • SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS

        public static final String SMALLRYE_CONFIG_SOURCE_FILE_LOCATIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileSystemConfigSourceFactory

        public FileSystemConfigSourceFactory()
    • Method Detail

      • 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