filePath() — spring-boot Function Reference
Architecture documentation for the filePath() function in StandardConfigDataLocationResolverTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8b8fe438_71da_f1a7_e38d_ca98475ab9f1["filePath()"] 7ab442b4_0fe1_63f6_2046_d345070b7dda["resolveWhenLocationIsFileResolvesFile()"] 7ab442b4_0fe1_63f6_2046_d345070b7dda -->|calls| 8b8fe438_71da_f1a7_e38d_ca98475ab9f1 78c7a198_ead2_9d36_753c_5453fe76b385["resolveWhenLocationIsWildcardDirectoriesRestrictsToOneLevelDeep()"] 78c7a198_ead2_9d36_753c_5453fe76b385 -->|calls| 8b8fe438_71da_f1a7_e38d_ca98475ab9f1 c03582f7_0ba3_1e33_2d59_913b5b325045["resolveWhenLocationIsWildcardDirectoriesSortsAlphabeticallyBasedOnFixedPath()"] c03582f7_0ba3_1e33_2d59_913b5b325045 -->|calls| 8b8fe438_71da_f1a7_e38d_ca98475ab9f1 61069796_65d4_cb8a_1e7e_1ec6685ebee3["resolveWhenLocationIsWildcardFilesLoadsAllFilesThatMatch()"] 61069796_65d4_cb8a_1e7e_1ec6685ebee3 -->|calls| 8b8fe438_71da_f1a7_e38d_ca98475ab9f1 style 8b8fe438_71da_f1a7_e38d_ca98475ab9f1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/StandardConfigDataLocationResolverTests.java lines 338–340
private String filePath(String... components) {
return "file [" + String.join(File.separator, components) + "]";
}
Domain
Subdomains
Called By
- resolveWhenLocationIsFileResolvesFile()
- resolveWhenLocationIsWildcardDirectoriesRestrictsToOneLevelDeep()
- resolveWhenLocationIsWildcardDirectoriesSortsAlphabeticallyBasedOnFixedPath()
- resolveWhenLocationIsWildcardFilesLoadsAllFilesThatMatch()
Source
Frequently Asked Questions
What does filePath() do?
filePath() is a function in the spring-boot codebase.
What calls filePath()?
filePath() is called by 4 function(s): resolveWhenLocationIsFileResolvesFile, resolveWhenLocationIsWildcardDirectoriesRestrictsToOneLevelDeep, resolveWhenLocationIsWildcardDirectoriesSortsAlphabeticallyBasedOnFixedPath, resolveWhenLocationIsWildcardFilesLoadsAllFilesThatMatch.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free