canonicalPathOf() — spring-boot Function Reference
Architecture documentation for the canonicalPathOf() function in BootRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c6803ebb_0278_3f04_79f3_f37d40703984["canonicalPathOf()"] 780f2663_d4f0_9fc0_44a3_7acb8e53c2fe["basicExecution()"] 780f2663_d4f0_9fc0_44a3_7acb8e53c2fe -->|calls| c6803ebb_0278_3f04_79f3_f37d40703984 78757394_9706_4e71_6ad3_d8279155dff8["sourceResourcesCanBeUsed()"] 78757394_9706_4e71_6ad3_d8279155dff8 -->|calls| c6803ebb_0278_3f04_79f3_f37d40703984 style c6803ebb_0278_3f04_79f3_f37d40703984 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/run/BootRunIntegrationTests.java lines 209–211
private String canonicalPathOf(String path) throws IOException {
return new File(this.gradleBuild.getProjectDir(), path).getCanonicalPath();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does canonicalPathOf() do?
canonicalPathOf() is a function in the spring-boot codebase.
What calls canonicalPathOf()?
canonicalPathOf() is called by 2 function(s): basicExecution, sourceResourcesCanBeUsed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free