createSymbolicLink() — spring-boot Function Reference
Architecture documentation for the createSymbolicLink() function in ConfigTreePropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 578f5531_8d88_0a0e_14a9_6095da3be826["createSymbolicLink()"] 778b8c49_b66e_d8fd_f562_b8bc5b948a3f["getPropertyNamesFromNestedWithSymlinkInPathReturnsPropertyNames()"] 778b8c49_b66e_d8fd_f562_b8bc5b948a3f -->|calls| 578f5531_8d88_0a0e_14a9_6095da3be826 2fa8635a_a466_1c6b_0d5f_ffef27018bc0["getSymlinkedFlatPropertySource()"] 2fa8635a_a466_1c6b_0d5f_ffef27018bc0 -->|calls| 578f5531_8d88_0a0e_14a9_6095da3be826 638587da_1584_cf70_f0a4_2b1798166469["getSymlinkedNestedPropertySource()"] 638587da_1584_cf70_f0a4_2b1798166469 -->|calls| 578f5531_8d88_0a0e_14a9_6095da3be826 style 578f5531_8d88_0a0e_14a9_6095da3be826 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/env/ConfigTreePropertySourceTests.java lines 301–304
private void createSymbolicLink(String link, String target) throws IOException {
Files.createSymbolicLink(this.directory.resolve(link).toAbsolutePath(),
this.directory.resolve(target).toAbsolutePath());
}
Domain
Subdomains
Called By
- getPropertyNamesFromNestedWithSymlinkInPathReturnsPropertyNames()
- getSymlinkedFlatPropertySource()
- getSymlinkedNestedPropertySource()
Source
Frequently Asked Questions
What does createSymbolicLink() do?
createSymbolicLink() is a function in the spring-boot codebase.
What calls createSymbolicLink()?
createSymbolicLink() is called by 3 function(s): getPropertyNamesFromNestedWithSymlinkInPathReturnsPropertyNames, getSymlinkedFlatPropertySource, getSymlinkedNestedPropertySource.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free