createStandardJar() — spring-boot Function Reference
Architecture documentation for the createStandardJar() function in BootRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 57f23dd4_13cc_4172_7092_047cd895ffb8["createStandardJar()"] 712ffc3d_c4e4_c3e6_1efc_52c5f54e90ab["jarTypeFilteringIsAppliedToTheClasspath()"] 712ffc3d_c4e4_c3e6_1efc_52c5f54e90ab -->|calls| 57f23dd4_13cc_4172_7092_047cd895ffb8 236ff96d_3da9_adbc_611e_c3b48ebd056d["createJar()"] 57f23dd4_13cc_4172_7092_047cd895ffb8 -->|calls| 236ff96d_3da9_adbc_611e_c3b48ebd056d style 57f23dd4_13cc_4172_7092_047cd895ffb8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/run/BootRunIntegrationTests.java lines 213–216
private void createStandardJar(File location) throws IOException {
createJar(location, (attributes) -> {
});
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does createStandardJar() do?
createStandardJar() is a function in the spring-boot codebase.
What does createStandardJar() call?
createStandardJar() calls 1 function(s): createJar.
What calls createStandardJar()?
createStandardJar() is called by 1 function(s): jarTypeFilteringIsAppliedToTheClasspath.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free