copyJvmArgsApplication() — spring-boot Function Reference
Architecture documentation for the copyJvmArgsApplication() function in BootTestRunIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a4217210_f020_2458_15d2_315b0cd26501["copyJvmArgsApplication()"] 266efa89_b7a3_24f0_c75c_294a69be15e6["defaultJvmArgs()"] 266efa89_b7a3_24f0_c75c_294a69be15e6 -->|calls| a4217210_f020_2458_15d2_315b0cd26501 919a1c65_775b_83cc_4073_047cd31b6a1a["optimizedLaunchDisabledJvmArgs()"] 919a1c65_775b_83cc_4073_047cd31b6a1a -->|calls| a4217210_f020_2458_15d2_315b0cd26501 8a6a5285_e5ca_2b98_027a_56451e39f2d6["applicationPluginJvmArgumentsAreUsed()"] 8a6a5285_e5ca_2b98_027a_56451e39f2d6 -->|calls| a4217210_f020_2458_15d2_315b0cd26501 57b33ade_6439_5443_d7bd_6cee52ee1d4c["copyApplication()"] a4217210_f020_2458_15d2_315b0cd26501 -->|calls| 57b33ade_6439_5443_d7bd_6cee52ee1d4c style a4217210_f020_2458_15d2_315b0cd26501 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 158–160
private void copyJvmArgsApplication() throws IOException {
copyApplication("jvmargs");
}
Domain
Subdomains
Calls
Called By
- applicationPluginJvmArgumentsAreUsed()
- defaultJvmArgs()
- optimizedLaunchDisabledJvmArgs()
Source
Frequently Asked Questions
What does copyJvmArgsApplication() do?
copyJvmArgsApplication() is a function in the spring-boot codebase.
What does copyJvmArgsApplication() call?
copyJvmArgsApplication() calls 1 function(s): copyApplication.
What calls copyJvmArgsApplication()?
copyJvmArgsApplication() is called by 3 function(s): applicationPluginJvmArgumentsAreUsed, defaultJvmArgs, optimizedLaunchDisabledJvmArgs.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free