getApplicationContent() — spring-boot Function Reference
Architecture documentation for the getApplicationContent() function in BuildImageMojo.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 08a65e5d_1739_ff7b_7182_16ea09d216bd["getApplicationContent()"] 26305509_3728_0812_0fc8_fcde87cf00b0["getBuildRequest()"] 26305509_3728_0812_0fc8_fcde87cf00b0 -->|calls| 08a65e5d_1739_ff7b_7182_16ea09d216bd 6367bf6b_cd69_8811_558d_b7b76dfb5c84["PackagedTarArchive()"] 08a65e5d_1739_ff7b_7182_16ea09d216bd -->|calls| 6367bf6b_cd69_8811_558d_b7b76dfb5c84 style 08a65e5d_1739_ff7b_7182_16ea09d216bd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildImageMojo.java lines 312–315
private TarArchive getApplicationContent(Owner owner, Libraries libraries, ImagePackager imagePackager) {
ImagePackager packager = getConfiguredPackager(() -> imagePackager);
return new PackagedTarArchive(owner, libraries, packager);
}
Domain
Subdomains
Calls
- PackagedTarArchive()
Called By
Source
Frequently Asked Questions
What does getApplicationContent() do?
getApplicationContent() is a function in the spring-boot codebase.
What does getApplicationContent() call?
getApplicationContent() calls 1 function(s): PackagedTarArchive.
What calls getApplicationContent()?
getApplicationContent() is called by 1 function(s): getBuildRequest.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free