Uses of Interface
com.yahoo.config.model.ConfigModelRepoAdder
Packages that use ConfigModelRepoAdder
-
Uses of ConfigModelRepoAdder in com.yahoo.config.model
Classes in com.yahoo.config.model that implement ConfigModelRepoAdderModifier and TypeClassDescriptionclassA collection of config model instances owned by a system modelMethods in com.yahoo.config.model that return ConfigModelRepoAdderModifier and TypeMethodDescriptionConfigModelContext.getConfigModelRepoAdder()Returns write access to the config model repo, or null (only) if this is improperly initialized during testingMethods in com.yahoo.config.model with parameters of type ConfigModelRepoAdderModifier and TypeMethodDescriptionstatic ConfigModelContextConfigModelContext.create(ConfigModelContext.ApplicationType applicationType, DeployState deployState, VespaModel vespaModel, ConfigModelRepoAdder configModelRepoAdder, TreeConfigProducer<AnyConfigProducer> parent, String producerId) Create an application context from an application type, a parent producer and an id.static ConfigModelContextConfigModelContext.create(DeployState deployState, VespaModel vespaModel, ConfigModelRepoAdder configModelRepoAdder, TreeConfigProducer<AnyConfigProducer> parent, String producerId) Create an application context from a parent producer and an id.