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

getArchiveFile() — spring-boot Function Reference

Architecture documentation for the getArchiveFile() function in BootBuildImage.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  b39b7d94_d333_4ced_2158_4ff710b5ae76["getArchiveFile()"]
  4e83cb39_9767_db21_186c_8391527f3c9b["configureBootBuildImageTask()"]
  4e83cb39_9767_db21_186c_8391527f3c9b -->|calls| b39b7d94_d333_4ced_2158_4ff710b5ae76
  07c5a838_1106_8471_f6e4_c6a712c8b151["configureBootBuildImageTask()"]
  07c5a838_1106_8471_f6e4_c6a712c8b151 -->|calls| b39b7d94_d333_4ced_2158_4ff710b5ae76
  7de2f21b_cda5_5c0a_e87b_04fb3fce0cb1["createRequest()"]
  7de2f21b_cda5_5c0a_e87b_04fb3fce0cb1 -->|calls| b39b7d94_d333_4ced_2158_4ff710b5ae76
  style b39b7d94_d333_4ced_2158_4ff710b5ae76 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 132–134

	@InputFile
	@PathSensitive(PathSensitivity.RELATIVE)
	public abstract RegularFileProperty getArchiveFile();

Domain

Subdomains

Frequently Asked Questions

What does getArchiveFile() do?
getArchiveFile() is a function in the spring-boot codebase.
What calls getArchiveFile()?
getArchiveFile() is called by 3 function(s): configureBootBuildImageTask, configureBootBuildImageTask, createRequest.

Analyze Your Own Codebase

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

Try Supermodel Free