Class BuildSettings
java.lang.Object
io.spring.initializr.generator.buildsystem.BuildSettings
- Direct Known Subclasses:
GradleBuildSettings, MavenBuildSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuildSettings.Builder<B extends BuildSettings.Builder<B>>Builder for build settings. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BuildSettings
-
-
Method Details
-
getGroup
Return the identifier of the group for the project.- Returns:
- the group identifier or
null
-
getArtifact
Return the identifier of the project.- Returns:
- the project identifier or
null
-
getVersion
Return the version of the project.- Returns:
- the project version or
null
-