Class MavenExtension.Builder
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenExtension.Builder
- Enclosing class:
- MavenExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build aMavenExtension
with the current state of this builder.Set the version of the extension.
-
Constructor Details
-
Builder
-
-
Method Details
-
version
Set the version of the extension.- Parameters:
version
- the version of the extension- Returns:
- this for method chaining
-
build
Build aMavenExtension
with the current state of this builder.- Returns:
- a
MavenExtension
-