disableProjectGeneration() — spring-boot Function Reference
Architecture documentation for the disableProjectGeneration() function in InitCommandTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 05c025b1_8026_6cec_22b8_43a6ee6f9564["disableProjectGeneration()"] 572fe600_3528_3d0f_d96e_5df5e9943b42["parseProjectOptions()"] 572fe600_3528_3d0f_d96e_5df5e9943b42 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 55d0fffa_73c7_4633_3da1_aed3a649b9b9["parseProjectWithCamelCaseOptions()"] 55d0fffa_73c7_4633_3da1_aed3a649b9b9 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 5beb6388_0b5d_4078_66a4_a27c06878a35["parseProjectWithKebabCaseOptions()"] 5beb6388_0b5d_4078_66a4_a27c06878a35 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 322f2325_be24_6798_879f_e3ee431edd0a["parseTypeOnly()"] 322f2325_be24_6798_879f_e3ee431edd0a -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 28bc4ac6_aab8_4fec_14dd_5cbfdd050436["parseBuildOnly()"] 28bc4ac6_aab8_4fec_14dd_5cbfdd050436 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 5f4d7f1e_e87a_fcf3_6885_90ece156e601["parseFormatOnly()"] 5f4d7f1e_e87a_fcf3_6885_90ece156e601 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 5b7abce6_5fbb_ba74_0a3d_529d3d68a6b2["parseLocation()"] 5b7abce6_5fbb_ba74_0a3d_529d3d68a6b2 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 0066a6f9_d7f2_3db2_c805_51cddc6233f0["parseLocationWithSlash()"] 0066a6f9_d7f2_3db2_c805_51cddc6233f0 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 86232201_425f_497a_8362_7174a8b5e4d3["parseMoreThanOneArg()"] 86232201_425f_497a_8362_7174a8b5e4d3 -->|calls| 05c025b1_8026_6cec_22b8_43a6ee6f9564 style 05c025b1_8026_6cec_22b8_43a6ee6f9564 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/init/InitCommandTests.java lines 433–435
void disableProjectGeneration() {
this.disableProjectGeneration = true;
}
Domain
Subdomains
Called By
- parseBuildOnly()
- parseFormatOnly()
- parseLocation()
- parseLocationWithSlash()
- parseMoreThanOneArg()
- parseProjectOptions()
- parseProjectWithCamelCaseOptions()
- parseProjectWithKebabCaseOptions()
- parseTypeOnly()
Source
Frequently Asked Questions
What does disableProjectGeneration() do?
disableProjectGeneration() is a function in the spring-boot codebase.
What calls disableProjectGeneration()?
disableProjectGeneration() is called by 9 function(s): parseBuildOnly, parseFormatOnly, parseLocation, parseLocationWithSlash, parseMoreThanOneArg, parseProjectOptions, parseProjectWithCamelCaseOptions, parseProjectWithKebabCaseOptions, and 1 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free