Class ConfigURI


  • @Deprecated(forRemoval=true,
                since="7")
    public class ConfigURI
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be removed in Vespa 8. Only for internal use.
    A Config URI is a class that can be used to encapsulate a config source and a config id into one object to simplify parameter passing.
    Author:
    Ulf Lilleengen
    • Method Detail

      • getConfigId

        public String getConfigId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getSource

        public ConfigSource getSource()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • createFromId

        public static ConfigURI createFromId​(String configId)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • createFromIdAndSource

        public static ConfigURI createFromIdAndSource​(String configId,
                                                      ConfigSource source)
        Deprecated, for removal: This API element is subject to removal in a future version.