add() — spring-boot Function Reference
Architecture documentation for the add() function in SinglePublishedArtifact.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0a59b091_3ce7_be38_6c25_9af1d101bf7d["add()"] 25af4d0c_9e8c_2c16_acaa_6dc60f8b2591["addWarCandidate()"] 25af4d0c_9e8c_2c16_acaa_6dc60f8b2591 -->|calls| 0a59b091_3ce7_be38_6c25_9af1d101bf7d 3f6195fd_bd86_8408_7e52_62ff75007366["addJarCandidate()"] 3f6195fd_bd86_8408_7e52_62ff75007366 -->|calls| 0a59b091_3ce7_be38_6c25_9af1d101bf7d style 0a59b091_3ce7_be38_6c25_9af1d101bf7d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SinglePublishedArtifact.java lines 62–65
private void add(TaskProvider<? extends Jar> artifact) {
this.configuration.getArtifacts().remove(this.currentArtifact);
this.currentArtifact = this.handler.add(this.configuration.getName(), artifact);
}
Domain
Subdomains
Called By
- addJarCandidate()
- addWarCandidate()
Source
Frequently Asked Questions
What does add() do?
add() is a function in the spring-boot codebase.
What calls add()?
add() is called by 2 function(s): addJarCandidate, addWarCandidate.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free