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

getDestinationDir() — spring-boot Function Reference

Architecture documentation for the getDestinationDir() function in BuildInfo.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  d3a6c530_02ba_8680_bf8c_a138a07cf183["getDestinationDir()"]
  cff76355_1948_4b33_3bdc_9dcf1f8ebb9c["configureBuildInfoTask()"]
  cff76355_1948_4b33_3bdc_9dcf1f8ebb9c -->|calls| d3a6c530_02ba_8680_bf8c_a138a07cf183
  65f590b9_78eb_7df1_f5c1_5d2eb65a04a0["BuildInfo()"]
  65f590b9_78eb_7df1_f5c1_5d2eb65a04a0 -->|calls| d3a6c530_02ba_8680_bf8c_a138a07cf183
  84ef8770_36bf_a9bf_6758_a720d8f46926["generateBuildProperties()"]
  84ef8770_36bf_a9bf_6758_a720d8f46926 -->|calls| d3a6c530_02ba_8680_bf8c_a138a07cf183
  style d3a6c530_02ba_8680_bf8c_a138a07cf183 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfo.java lines 86–87

	@OutputDirectory
	public abstract DirectoryProperty getDestinationDir();

Domain

Subdomains

Called By

Frequently Asked Questions

What does getDestinationDir() do?
getDestinationDir() is a function in the spring-boot codebase.
What calls getDestinationDir()?
getDestinationDir() is called by 3 function(s): BuildInfo, configureBuildInfoTask, generateBuildProperties.

Analyze Your Own Codebase

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

Try Supermodel Free