Home / Function/ canonicalPathOf() — spring-boot Function Reference

canonicalPathOf() — spring-boot Function Reference

Architecture documentation for the canonicalPathOf() function in BootTestRunIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c7986895_3e4f_9f68_d64c_8b6c984d0f0d["canonicalPathOf()"]
  7ae70b56_0523_9871_fb90_f51d056c1bb5["basicExecution()"]
  7ae70b56_0523_9871_fb90_f51d056c1bb5 -->|calls| c7986895_3e4f_9f68_d64c_8b6c984d0f0d
  ee554c17_a6e0_f406_875b_0fbddb22b9cb["failsGracefullyWhenNoTestMainMethodIsFound()"]
  ee554c17_a6e0_f406_875b_0fbddb22b9cb -->|calls| c7986895_3e4f_9f68_d64c_8b6c984d0f0d
  style c7986895_3e4f_9f68_d64c_8b6c984d0f0d 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/BootTestRunIntegrationTests.java lines 168–170

	private String canonicalPathOf(String path) throws IOException {
		return new File(this.gradleBuild.getProjectDir(), path).getCanonicalPath();
	}

Domain

Subdomains

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, failsGracefullyWhenNoTestMainMethodIsFound.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free