createDependenciesDeveloperToolsJar() — spring-boot Function Reference
Architecture documentation for the createDependenciesDeveloperToolsJar() function in AbstractBootArchiveIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2dfa0610_066b_a110_32b0_81f9029bea5d["createDependenciesDeveloperToolsJar()"] b029ceef_6751_2722_478e_dca18f5bacd1["jarTypeFilteringIsApplied()"] b029ceef_6751_2722_478e_dca18f5bacd1 -->|calls| 2dfa0610_066b_a110_32b0_81f9029bea5d 202ab167_c5d6_4d67_16f0_a6dd958d237a["createJar()"] 2dfa0610_066b_a110_32b0_81f9029bea5d -->|calls| 202ab167_c5d6_4d67_16f0_a6dd958d237a style 2dfa0610_066b_a110_32b0_81f9029bea5d 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 677–679
private void createDependenciesDeveloperToolsJar(File location) throws IOException {
createJar(location, (attributes) -> attributes.putValue("Spring-Boot-Jar-Type", "development-tool"));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does createDependenciesDeveloperToolsJar() do?
createDependenciesDeveloperToolsJar() is a function in the spring-boot codebase.
What does createDependenciesDeveloperToolsJar() call?
createDependenciesDeveloperToolsJar() calls 1 function(s): createJar.
What calls createDependenciesDeveloperToolsJar()?
createDependenciesDeveloperToolsJar() 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