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

projectPath() — spring-boot Function Reference

Architecture documentation for the projectPath() function in NativeImagePluginActionIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  28eef95e_667e_2312_ea99_d92a404be2d5["projectPath()"]
  f8e24804_617c_dcea_853b_f71f4b6f440e["classesGeneratedDuringAotProcessingAreOnTheNativeImageClasspath()"]
  f8e24804_617c_dcea_853b_f71f4b6f440e -->|calls| 28eef95e_667e_2312_ea99_d92a404be2d5
  0df65111_4eab_d862_1ced_9b9476d58978["classesGeneratedDuringAotTestProcessingAreOnTheTestNativeImageClasspath()"]
  0df65111_4eab_d862_1ced_9b9476d58978 -->|calls| 28eef95e_667e_2312_ea99_d92a404be2d5
  style 28eef95e_667e_2312_ea99_d92a404be2d5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/plugin/NativeImagePluginActionIntegrationTests.java lines 141–148

	private String projectPath(String path) {
		try {
			return new File(this.gradleBuild.getProjectDir(), path).getCanonicalPath();
		}
		catch (IOException ex) {
			throw new RuntimeException(ex);
		}
	}

Domain

Subdomains

Called By

  • classesGeneratedDuringAotProcessingAreOnTheNativeImageClasspath()
  • classesGeneratedDuringAotTestProcessingAreOnTheTestNativeImageClasspath()

Frequently Asked Questions

What does projectPath() do?
projectPath() is a function in the spring-boot codebase.
What calls projectPath()?
projectPath() is called by 2 function(s): classesGeneratedDuringAotProcessingAreOnTheNativeImageClasspath, classesGeneratedDuringAotTestProcessingAreOnTheTestNativeImageClasspath.

Analyze Your Own Codebase

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

Try Supermodel Free