Class BuildSettings

java.lang.Object
io.spring.initializr.generator.buildsystem.BuildSettings
Direct Known Subclasses:
GradleBuildSettings, MavenBuildSettings

public class BuildSettings extends Object
General build settings.
Author:
Stephane Nicoll
  • Constructor Details

  • Method Details

    • getGroup

      public String getGroup()
      Return the identifier of the group for the project.
      Returns:
      the group identifier or null
    • getArtifact

      public String getArtifact()
      Return the identifier of the project.
      Returns:
      the project identifier or null
    • getVersion

      public String getVersion()
      Return the version of the project.
      Returns:
      the project version or null