generateReport() — spring-boot Function Reference
Architecture documentation for the generateReport() function in InitCommand.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2fa7443b_009b_e341_6ee8_05fb32699cf1["generateReport()"] 915c99b9_e41b_61ce_ca83_5a7be98cbd9e["run()"] 915c99b9_e41b_61ce_ca83_5a7be98cbd9e -->|calls| 2fa7443b_009b_e341_6ee8_05fb32699cf1 fc88690e_99c9_f856_76c6_c71d50291cb8["info()"] 2fa7443b_009b_e341_6ee8_05fb32699cf1 -->|calls| fc88690e_99c9_f856_76c6_c71d50291cb8 style 2fa7443b_009b_e341_6ee8_05fb32699cf1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/InitCommand.java lines 230–232
private void generateReport(OptionSet options) throws IOException {
Log.info(this.serviceCapabilitiesReport.generate(options.valueOf(this.target)));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does generateReport() do?
generateReport() is a function in the spring-boot codebase.
What does generateReport() call?
generateReport() calls 1 function(s): info.
What calls generateReport()?
generateReport() is called by 1 function(s): run.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free