Interface ConfigDefinitionRepo


public interface ConfigDefinitionRepo
A config definition repository.
Author:
Ulf Lillengen
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.vespa.config.buildergen.ConfigDefinition
    get(com.yahoo.vespa.config.ConfigDefinitionKey key)
    Gets a config definition from repo or null if not found
    Map<com.yahoo.vespa.config.ConfigDefinitionKey,com.yahoo.vespa.config.buildergen.ConfigDefinition>
    Retrieve a map with all config definitions in this repo.
  • Method Details

    • getConfigDefinitions

      Map<com.yahoo.vespa.config.ConfigDefinitionKey,com.yahoo.vespa.config.buildergen.ConfigDefinition> getConfigDefinitions()
      Retrieve a map with all config definitions in this repo.
    • get

      com.yahoo.vespa.config.buildergen.ConfigDefinition get(com.yahoo.vespa.config.ConfigDefinitionKey key)
      Gets a config definition from repo or null if not found