Uses of Class
com.yahoo.config.model.builder.xml.ConfigModelBuilder
Packages that use ConfigModelBuilder
Package
Description
Provides the classes for the Vespa config model framework.
-
Uses of ConfigModelBuilder in com.yahoo.config.model
Methods in com.yahoo.config.model that return types with arguments of type ConfigModelBuilderModifier and TypeMethodDescriptionabstract Collection<ConfigModelBuilder>ConfigModelRegistry.resolve(ConfigModelId id) Returns the builders this id resolves to both in this and any chained registry.MapConfigModelRegistry.resolve(ConfigModelId id) NullConfigModelRegistry.resolve(ConfigModelId id) Methods in com.yahoo.config.model with parameters of type ConfigModelBuilderModifier and TypeMethodDescriptionstatic ConfigModelRegistryMapConfigModelRegistry.createFromList(ConfigModelBuilder<? extends ConfigModel>... builders) Create a registry from a variable argument list of builders.Constructor parameters in com.yahoo.config.model with type arguments of type ConfigModelBuilderModifierConstructorDescriptionMapConfigModelRegistry(com.yahoo.component.provider.ComponentRegistry<? extends ConfigModelBuilder> registry) Constructs a registry of config models, where the components are injected.MapConfigModelRegistry(Collection<? extends ConfigModelBuilder> builderCollection) Constructs a registry of config models. -
Uses of ConfigModelBuilder in com.yahoo.config.model.admin
Subclasses of ConfigModelBuilder in com.yahoo.config.model.adminModifier and TypeClassDescriptionstatic classstatic class -
Uses of ConfigModelBuilder in com.yahoo.config.model.graph
Fields in com.yahoo.config.model.graph declared as ConfigModelBuilderMethods in com.yahoo.config.model.graph with parameters of type ConfigModelBuilderModifier and TypeMethodDescriptionModelGraphBuilder.addBuilder(ConfigModelBuilder<? extends ConfigModel> builder) Add aConfigModelBuilderto this graph.Constructors in com.yahoo.config.model.graph with parameters of type ConfigModelBuilder -
Uses of ConfigModelBuilder in com.yahoo.config.model.test
Subclasses of ConfigModelBuilder in com.yahoo.config.model.testModifier and TypeClassDescriptionclassAConfigModelBuilderthat configures a dummy filter component to theAccessControl.ACCESS_CONTROL_CHAIN_IDfilter chain.Methods in com.yahoo.config.model.test with parameters of type ConfigModelBuilderModifier and TypeMethodDescriptionTestDriver.addBuilder(ConfigModelBuilder builder) Add a new builder to the tester. -
Uses of ConfigModelBuilder in com.yahoo.vespa.model
Methods in com.yahoo.vespa.model that return types with arguments of type ConfigModelBuilder -
Uses of ConfigModelBuilder in com.yahoo.vespa.model.builder.xml.dom
Subclasses of ConfigModelBuilder in com.yahoo.vespa.model.builder.xml.domModifier and TypeClassDescriptionclassBuilds the Routing pluginclassLegacyConfigModelBuilder<MODEL extends ConfigModel>A model builder that can be used to deal with toplevel config overrides and create another producer in between. -
Uses of ConfigModelBuilder in com.yahoo.vespa.model.container.xml
Subclasses of ConfigModelBuilder in com.yahoo.vespa.model.container.xmlModifier and TypeClassDescriptionclassBuilds the config model for the standalone config server.class -
Uses of ConfigModelBuilder in com.yahoo.vespa.model.content
Subclasses of ConfigModelBuilder in com.yahoo.vespa.model.content