getErrorOutput() — spring-boot Function Reference
Architecture documentation for the getErrorOutput() function in CommandLineInvoker.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fb0f6ac0_6aa3_e825_c305_0a967e58b750["getErrorOutput()"] 6c7df078_9838_23bc_34aa_6a313db93857["hintProducesListOfValidCommands()"] 6c7df078_9838_23bc_34aa_6a313db93857 -->|calls| fb0f6ac0_6aa3_e825_c305_0a967e58b750 adf1271d_c3e8_66ab_4701_d40baf38cc6c["invokingWithNoArgumentsDisplaysHelp()"] adf1271d_c3e8_66ab_4701_d40baf38cc6c -->|calls| fb0f6ac0_6aa3_e825_c305_0a967e58b750 b3e93618_dae6_6358_3f6a_4498f8e57e28["unrecognizedCommandsAreHandledGracefully()"] b3e93618_dae6_6358_3f6a_4498f8e57e28 -->|calls| fb0f6ac0_6aa3_e825_c305_0a967e58b750 36549697_6b67_8a80_0cb9_e67acfd9edcb["version()"] 36549697_6b67_8a80_0cb9_e67acfd9edcb -->|calls| fb0f6ac0_6aa3_e825_c305_0a967e58b750 95f764f7_3b1d_e3df_f263_ac7e925b8c64["help()"] 95f764f7_3b1d_e3df_f263_ac7e925b8c64 -->|calls| fb0f6ac0_6aa3_e825_c305_0a967e58b750 dbb2e128_be59_ebc2_a2f4_1bf3c88fe9c7["postProcessLines()"] fb0f6ac0_6aa3_e825_c305_0a967e58b750 -->|calls| dbb2e128_be59_ebc2_a2f4_1bf3c88fe9c7 7737b6e2_0ec8_8506_0e11_a24d0d784d47["getLines()"] fb0f6ac0_6aa3_e825_c305_0a967e58b750 -->|calls| 7737b6e2_0ec8_8506_0e11_a24d0d784d47 style fb0f6ac0_6aa3_e825_c305_0a967e58b750 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/intTest/java/org/springframework/boot/cli/infrastructure/CommandLineInvoker.java lines 147–149
public String getErrorOutput() {
return postProcessLines(getLines(this.err));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getErrorOutput() do?
getErrorOutput() is a function in the spring-boot codebase.
What does getErrorOutput() call?
getErrorOutput() calls 2 function(s): getLines, postProcessLines.
What calls getErrorOutput()?
getErrorOutput() is called by 5 function(s): help, hintProducesListOfValidCommands, invokingWithNoArgumentsDisplaysHelp, unrecognizedCommandsAreHandledGracefully, version.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free