Class ProjectRequest
java.lang.Object
io.spring.initializr.web.project.ProjectRequest
- Direct Known Subclasses:
WebProjectRequest
The base settings of a project request. Only these can be bound by user's input.
- Author:
- Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable String@Nullable StringgetName()@Nullable String@Nullable String@Nullable StringgetType()@Nullable StringvoidsetApplicationName(@Nullable String applicationName) voidsetArtifactId(@Nullable String artifactId) voidsetBaseDir(@Nullable String baseDir) voidsetBootVersion(@Nullable String bootVersion) voidsetConfigurationFileFormat(@Nullable String configurationFileFormat) voidsetDependencies(List<String> dependencies) voidsetDescription(@Nullable String description) voidsetGroupId(@Nullable String groupId) voidsetJavaVersion(@Nullable String javaVersion) voidsetLanguage(@Nullable String language) voidvoidsetPackageName(@Nullable String packageName) voidsetPackaging(@Nullable String packaging) voidvoidsetVersion(@Nullable String version)
-
Constructor Details
-
ProjectRequest
public ProjectRequest()
-
-
Method Details
-
getDependencies
-
setDependencies
-
getName
-
setName
-
getType
-
setType
-
getDescription
-
setDescription
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getBootVersion
-
setBootVersion
-
getPackaging
-
setPackaging
-
getApplicationName
-
setApplicationName
-
getLanguage
-
setLanguage
-
getConfigurationFileFormat
-
setConfigurationFileFormat
-
getPackageName
-
setPackageName
-
getJavaVersion
-
setJavaVersion
-
getBaseDir
-
setBaseDir
-