createStandardJar() — spring-boot Function Reference
Architecture documentation for the createStandardJar() function in AbstractBootArchiveIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 007270a6_c2ba_e012_ba95_3128a7862fe7["createStandardJar()"] b029ceef_6751_2722_478e_dca18f5bacd1["jarTypeFilteringIsApplied()"] b029ceef_6751_2722_478e_dca18f5bacd1 -->|calls| 007270a6_c2ba_e012_ba95_3128a7862fe7 202ab167_c5d6_4d67_16f0_a6dd958d237a["createJar()"] 007270a6_c2ba_e012_ba95_3128a7862fe7 -->|calls| 202ab167_c5d6_4d67_16f0_a6dd958d237a style 007270a6_c2ba_e012_ba95_3128a7862fe7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveIntegrationTests.java lines 668–671
private void createStandardJar(File location) throws IOException {
createJar(location, (attributes) -> {
});
}
Domain
Subdomains
Calls
Called By
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): jarTypeFilteringIsApplied.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free