Class ConfigSource.FileConfigSource

    • Constructor Detail

      • FileConfigSource

        public FileConfigSource​(Path configFile)
    • Method Detail

      • 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