getSystemProperty() — spring-boot Function Reference
Architecture documentation for the getSystemProperty() function in LoggingSystemPropertiesTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f54aa7ff_db68_6480_8816_1b88532de19f["getSystemProperty()"] 997c1258_31fe_2d2d_9078_889d183fc483["pidIsSet()"] 997c1258_31fe_2d2d_9078_889d183fc483 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 0337b6c4_dffc_abf2_41a3_00f0845a4aba["consoleLogPatternIsSet()"] 0337b6c4_dffc_abf2_41a3_00f0845a4aba -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 0bcfa694_05ac_664f_bf71_ebc055b30857["consoleCharsetWhenNoPropertyUsesCharsetDefault()"] 0bcfa694_05ac_664f_bf71_ebc055b30857 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f ab13c6a7_f152_097d_fd1d_f772252fbafb["consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable()"] ab13c6a7_f152_097d_fd1d_f772252fbafb -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f ce22b141_35af_6d7e_17fd_fb8bd3e1fe4d["consoleCharsetIsSet()"] ce22b141_35af_6d7e_17fd_fb8bd3e1fe4d -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 67735d96_62fb_9c3d_76b8_5bc64e356b9a["fileLogPatternIsSet()"] 67735d96_62fb_9c3d_76b8_5bc64e356b9a -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f e16aa5aa_ff32_3fe6_f3ab_29694fe249b6["fileCharsetWhenNoPropertyUsesUtf8()"] e16aa5aa_ff32_3fe6_f3ab_29694fe249b6 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f f341aad2_03b7_d3f7_5d08_442d36166d76["fileCharsetIsSet()"] f341aad2_03b7_d3f7_5d08_442d36166d76 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 40c053e7_cb8d_6d37_3020_d5ad177b9dbb["consoleLogPatternCanReferencePid()"] 40c053e7_cb8d_6d37_3020_d5ad177b9dbb -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 297acc3c_4752_9aad_0e8d_5ef60438fa39["fileLogPatternCanReferencePid()"] 297acc3c_4752_9aad_0e8d_5ef60438fa39 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 4a9e50ce_ccee_10d6_6713_db74d62126ad["loggedApplicationNameWhenHasApplicationName()"] 4a9e50ce_ccee_10d6_6713_db74d62126ad -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f d9d18d1d_b943_27f9_9628_1766dbba028d["loggedApplicationNameWhenHasNoApplicationName()"] d9d18d1d_b943_27f9_9628_1766dbba028d -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f ab7d2fae_9fc5_75df_87b7_91978fa850fe["loggedApplicationNameWhenApplicationNameLoggingDisabled()"] ab7d2fae_9fc5_75df_87b7_91978fa850fe -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f 22506f56_fba1_0d2f_df54_678d500bbc45["applicationGroupWhenHasApplicationGroup()"] 22506f56_fba1_0d2f_df54_678d500bbc45 -->|calls| f54aa7ff_db68_6480_8816_1b88532de19f style f54aa7ff_db68_6480_8816_1b88532de19f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/LoggingSystemPropertiesTests.java lines 137–139
private String getSystemProperty(LoggingSystemProperty property) {
return System.getProperty(property.getEnvironmentVariableName());
}
Domain
Subdomains
Called By
- applicationGroupWhenApplicationGroupLoggingDisabled()
- applicationGroupWhenHasApplicationGroup()
- applicationGroupWhenHasNoApplicationGroup()
- consoleCharsetIsSet()
- consoleCharsetWhenNoPropertyUsesCharsetDefault()
- consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable()
- consoleLogPatternCanReferencePid()
- consoleLogPatternIsSet()
- fileCharsetIsSet()
- fileCharsetWhenNoPropertyUsesUtf8()
- fileLogPatternCanReferencePid()
- fileLogPatternIsSet()
- loggedApplicationNameWhenApplicationNameLoggingDisabled()
- loggedApplicationNameWhenHasApplicationName()
- loggedApplicationNameWhenHasNoApplicationName()
- pidIsSet()
Source
Frequently Asked Questions
What does getSystemProperty() do?
getSystemProperty() is a function in the spring-boot codebase.
What calls getSystemProperty()?
getSystemProperty() is called by 16 function(s): applicationGroupWhenApplicationGroupLoggingDisabled, applicationGroupWhenHasApplicationGroup, applicationGroupWhenHasNoApplicationGroup, consoleCharsetIsSet, consoleCharsetWhenNoPropertyUsesCharsetDefault, consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable, consoleLogPatternCanReferencePid, consoleLogPatternIsSet, and 8 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free