Class ConfigSource.FileConfigSource

java.lang.Object
io.quarkus.registry.config.ConfigSource.FileConfigSource
All Implemented Interfaces:
ConfigSource
Enclosing interface:
ConfigSource

public static class ConfigSource.FileConfigSource extends Object implements ConfigSource
  • Constructor Details

    • FileConfigSource

      public FileConfigSource(Path configFile)
  • Method Details

    • getFilePath

      public Path getFilePath()
      Specified by:
      getFilePath in interface ConfigSource
      Returns:
      Path to source file, or null if config is not file-based.
    • describe

      public String describe()
      Description copied from interface: ConfigSource
      Describe the source of this registry configuration for use with info and error messages.
      Specified by:
      describe in interface ConfigSource
      Returns:
      String describing configuration source