tmpDir() — spring-boot Function Reference
Architecture documentation for the tmpDir() function in AbstractLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 13cca41d_e6d4_6c55_4166_597017d5c02e["tmpDir()"] 026d87d2_1fae_971e_d9a3_3338d1f38a97["noFile()"] 026d87d2_1fae_971e_d9a3_3338d1f38a97 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 3366da7f_8219_e533_2df4_3787c22d13c4["withFile()"] 3366da7f_8219_e533_2df4_3787c22d13c4 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 30b7a072_a57d_8237_aad9_35983ddde4a4["noFile()"] 30b7a072_a57d_8237_aad9_35983ddde4a4 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 46cb4933_f85b_780a_9978_28c3c6be0b9c["withFile()"] 46cb4933_f85b_780a_9978_28c3c6be0b9c -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 60825604_93e4_3521_a266_9abd92c93b38["testNonDefaultConfigLocation()"] 60825604_93e4_3521_a266_9abd92c93b38 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e a407c060_4d67_f1a4_1f5b_63def151cdae["exceptionsIncludeClassPackaging()"] a407c060_4d67_f1a4_1f5b_63def151cdae -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 66116f27_23da_abc8_9eb7_ef89729dbe36["beforeInitializeFilterDisablesErrorLogging()"] 66116f27_23da_abc8_9eb7_ef89729dbe36 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 885ce17b_9e35_b4d2_fa39_1c2944a599d1["customExceptionConversionWord()"] 885ce17b_9e35_b4d2_fa39_1c2944a599d1 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 843e96a9_e536_4564_00a1_4c4f374741aa["correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()"] 843e96a9_e536_4564_00a1_4c4f374741aa -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1["applicationNameLoggingToFileWhenHasApplicationName()"] 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e b049ed6c_ce4a_3150_0f56_84e61c68589d["applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()"] b049ed6c_ce4a_3150_0f56_84e61c68589d -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e b234bc57_f9a3_684b_2496_d8eda7fc4407["applicationNameLoggingToFileWhenDisabled()"] b234bc57_f9a3_684b_2496_d8eda7fc4407 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 35443931_795d_4573_fb4e_6c1c9ba4c21e["applicationGroupLoggingToFileWhenHasApplicationGroup()"] 35443931_795d_4573_fb4e_6c1c9ba4c21e -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e 21d4b7a7_d058_d5b2_59af_42c5ba39b107["applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()"] 21d4b7a7_d058_d5b2_59af_42c5ba39b107 -->|calls| 13cca41d_e6d4_6c55_4166_597017d5c02e style 13cca41d_e6d4_6c55_4166_597017d5c02e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/AbstractLoggingSystemTests.java lines 86–92
protected final String tmpDir() {
String path = StringUtils.cleanPath(System.getProperty(JAVA_IO_TMPDIR));
if (path.endsWith("/")) {
path = path.substring(0, path.length() - 1);
}
return path;
}
Domain
Subdomains
Called By
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- beforeInitializeFilterDisablesErrorLogging()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenUsingFileConfiguration()
- customCharset()
- customExceptionConversionWord()
- customExceptionConversionWord()
- exceptionsIncludeClassPackaging()
- exceptionsIncludeClassPackaging()
- getEnvironmentWhenUsingFile()
- initializeShouldSetSystemProperty()
- logbackDebugPropertyIsHonored()
- logbackSystemStatusListenerShouldBeRegistered()
- logbackSystemStatusListenerShouldBeRegisteredAndFilterStatusByLevelIfDebugDisabled()
- logbackSystemStatusListenerShouldBeRegisteredOnlyOnce()
- noDebugOutputIsProducedByDefault()
- noFile()
- noFile()
- noFile()
- shouldRespectFileThreshold()
- testCleanHistoryOnStartProperty()
- testCleanHistoryOnStartPropertyWithXmlConfiguration()
- testFilePatternProperty()
- testMaxFileSizeProperty()
- testMaxFileSizePropertyWithXmlConfiguration()
- testMaxHistoryProperty()
- testMaxHistoryPropertyWithXmlConfiguration()
- testNonDefaultConfigLocation()
- testNonDefaultConfigLocation()
- testRollingFileNamePatternProperty()
- testTotalSizeCapProperty()
- testTotalSizeCapPropertyWithXmlConfiguration()
- whenConfigLocationIsNotXmlThenIllegalArgumentExceptionShouldBeThrown()
- whenConfigLocationIsXmlAndHasQueryParametersThenIllegalArgumentExceptionShouldNotBeThrown()
- whenConfigLocationIsXmlFileWithoutExtensionShouldWork()
- whenConfigurationErrorIsDetectedUnderlyingCausesAreIncludedAsSuppressedExceptions()
- withFile()
- withFile()
- withFile()
Source
Frequently Asked Questions
What does tmpDir() do?
tmpDir() is a function in the spring-boot codebase.
What calls tmpDir()?
tmpDir() is called by 51 function(s): applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationNameLoggingToFileWhenDisabled, applicationNameLoggingToFileWhenDisabled, and 43 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free