Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.ConfigurationBuilder
Packages that use MavenPlugin.ConfigurationBuilder
-
Uses of MavenPlugin.ConfigurationBuilder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenPlugin.ConfigurationBuilderModifier and TypeMethodDescriptionAdd the specified parameter with a single value.MavenPlugin.ConfigurationBuilder.add
(String name, Consumer<MavenPlugin.ConfigurationBuilder> consumer) Add the specified parameter with a nested structure.MavenPlugin.ConfigurationBuilder.configure
(String name, Consumer<MavenPlugin.ConfigurationBuilder> consumer) Configure the parameter with the specifiedname
.Method parameters in io.spring.initializr.generator.buildsystem.maven with type arguments of type MavenPlugin.ConfigurationBuilderModifier and TypeMethodDescriptionMavenPlugin.ConfigurationBuilder.add
(String name, Consumer<MavenPlugin.ConfigurationBuilder> consumer) Add the specified parameter with a nested structure.MavenPlugin.Builder.configuration
(Consumer<MavenPlugin.ConfigurationBuilder> configuration) Customize theconfiguration
of the plugin using the specified consumer.MavenPlugin.ExecutionBuilder.configuration
(Consumer<MavenPlugin.ConfigurationBuilder> configuration) Customize theconfiguration
of the execution using the specified consumer.MavenPlugin.ConfigurationBuilder.configure
(String name, Consumer<MavenPlugin.ConfigurationBuilder> consumer) Configure the parameter with the specifiedname
.