getSymlinkedFlatPropertySource() — spring-boot Function Reference
Architecture documentation for the getSymlinkedFlatPropertySource() function in ConfigTreePropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2fa8635a_a466_1c6b_0d5f_ffef27018bc0["getSymlinkedFlatPropertySource()"] 6c6f9b6b_4125_414f_6410_997ac176d4bf["getPropertyNamesFromFlatWithSymlinksIgnoresHiddenFiles()"] 6c6f9b6b_4125_414f_6410_997ac176d4bf -->|calls| 2fa8635a_a466_1c6b_0d5f_ffef27018bc0 944b0032_423b_56b2_c373_6241fee63a68["addProperty()"] 2fa8635a_a466_1c6b_0d5f_ffef27018bc0 -->|calls| 944b0032_423b_56b2_c373_6241fee63a68 578f5531_8d88_0a0e_14a9_6095da3be826["createSymbolicLink()"] 2fa8635a_a466_1c6b_0d5f_ffef27018bc0 -->|calls| 578f5531_8d88_0a0e_14a9_6095da3be826 style 2fa8635a_a466_1c6b_0d5f_ffef27018bc0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/env/ConfigTreePropertySourceTests.java lines 261–269
private ConfigTreePropertySource getSymlinkedFlatPropertySource() throws IOException {
addProperty("..hidden-a", "A");
addProperty("..hidden-b", "B");
addProperty("..hidden-c", "C");
createSymbolicLink("a", "..hidden-a");
createSymbolicLink("b", "..hidden-b");
createSymbolicLink("c", "..hidden-c");
return new ConfigTreePropertySource("test", this.directory);
}
Domain
Subdomains
Called By
- getPropertyNamesFromFlatWithSymlinksIgnoresHiddenFiles()
Source
Frequently Asked Questions
What does getSymlinkedFlatPropertySource() do?
getSymlinkedFlatPropertySource() is a function in the spring-boot codebase.
What does getSymlinkedFlatPropertySource() call?
getSymlinkedFlatPropertySource() calls 2 function(s): addProperty, createSymbolicLink.
What calls getSymlinkedFlatPropertySource()?
getSymlinkedFlatPropertySource() is called by 1 function(s): getPropertyNamesFromFlatWithSymlinksIgnoresHiddenFiles.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free