createStandardJar() — spring-boot Function Reference
Architecture documentation for the createStandardJar() function in BootTestRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ba12e528_ef4e_2696_bab5_20536226b843["createStandardJar()"] 067a89aa_8ced_5aa3_a143_dd93d23a46a4["jarTypeFilteringIsAppliedToTheClasspath()"] 067a89aa_8ced_5aa3_a143_dd93d23a46a4 -->|calls| ba12e528_ef4e_2696_bab5_20536226b843 c1ecc89b_6dc9_6028_74cb_3506cdc2e5b4["createJar()"] ba12e528_ef4e_2696_bab5_20536226b843 -->|calls| c1ecc89b_6dc9_6028_74cb_3506cdc2e5b4 style ba12e528_ef4e_2696_bab5_20536226b843 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/BootTestRunIntegrationTests.java lines 172–175
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