Uses of Class
com.yahoo.application.MockApplicationConfig.Builder
Packages that use MockApplicationConfig.Builder
Package
Description
This package provides an API for building Vespa or jDisc applications programmatically or from
an application package source, and instantiating those applications inside the current Java runtime.
-
Uses of MockApplicationConfig.Builder in com.yahoo.application
Methods in com.yahoo.application that return MockApplicationConfig.BuilderModifier and TypeMethodDescriptionMockApplicationConfig.Builder.mylist(Collection<String> __values) MockApplicationConfig.Builder.mymapstruct(String __key, MockApplicationConfig.Mymapstruct.Builder __value) MockApplicationConfig.Builder.mymapstruct(String __key, Consumer<MockApplicationConfig.Mymapstruct.Builder> __func) Make a new builder and run the supplied function on it before using it as the valueMockApplicationConfig.Builder.mymapstruct(Map<String, MockApplicationConfig.Mymapstruct.Builder> __values) MockApplicationConfig.Builder.mystruct(MockApplicationConfig.Mystruct.Builder __builder) MockApplicationConfig.Builder.mystruct(Consumer<MockApplicationConfig.Mystruct.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMockApplicationConfig.Builder.mystructlist(MockApplicationConfig.Mystructlist.Builder __builder) Add the given builder to this builder's list of Mystructlist buildersMockApplicationConfig.Builder.mystructlist(Consumer<MockApplicationConfig.Mystructlist.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listMockApplicationConfig.Builder.mystructlist(List<MockApplicationConfig.Mystructlist.Builder> __builders) Set the given list as this builder's list of Mystructlist buildersMethods in com.yahoo.application with parameters of type MockApplicationConfig.BuilderModifier and TypeMethodDescriptionvoidMockApplicationConfig.Producer.getConfig(MockApplicationConfig.Builder builder) Constructors in com.yahoo.application with parameters of type MockApplicationConfig.Builder