Class BuildSettings
java.lang.Object
io.spring.initializr.generator.buildsystem.BuildSettings
- Direct Known Subclasses:
GradleBuildSettings
,MavenBuildSettings
General build settings.
- Author:
- Stephane Nicoll
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
BuildSettings.Builder<B extends BuildSettings.Builder<B>>
Builder for build settings. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the identifier of the project.getGroup()
Return the identifier of the group for the project.Return the version of the project.
-
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
-