Package io.spring.initializr.web.project
Class ProjectGenerationResult
java.lang.Object
io.spring.initializr.web.project.ProjectGenerationResult
Result of project generation.
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionReturn theProjectDescription
that was used to generate the project.Return the root directory.
-
Method Details
-
getProjectDescription
Return theProjectDescription
that was used to generate the project.- Returns:
- the project description
-
getRootDirectory
Return the root directory.- Returns:
- the root directory
- See Also:
-