applyApplicationDefaultJvmArgsToRunTasks() — spring-boot Function Reference
Architecture documentation for the applyApplicationDefaultJvmArgsToRunTasks() function in ApplicationPluginAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 51a1a189_8b0f_369b_3b40_f07e6b4b18a4["applyApplicationDefaultJvmArgsToRunTasks()"] bfa77d16_8b80_0139_ddea_1d50a893f40c["execute()"] bfa77d16_8b80_0139_ddea_1d50a893f40c -->|calls| 51a1a189_8b0f_369b_3b40_f07e6b4b18a4 e75833a5_78b4_a5b1_faa9_a520f9446b6e["applyApplicationDefaultJvmArgsToRunTask()"] 51a1a189_8b0f_369b_3b40_f07e6b4b18a4 -->|calls| e75833a5_78b4_a5b1_faa9_a520f9446b6e style 51a1a189_8b0f_369b_3b40_f07e6b4b18a4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ApplicationPluginAction.java lines 67–70
private void applyApplicationDefaultJvmArgsToRunTasks(TaskContainer tasks, JavaApplication javaApplication) {
applyApplicationDefaultJvmArgsToRunTask(tasks, javaApplication, SpringBootPlugin.BOOT_RUN_TASK_NAME);
applyApplicationDefaultJvmArgsToRunTask(tasks, javaApplication, SpringBootPlugin.BOOT_TEST_RUN_TASK_NAME);
}
Domain
Subdomains
Calls
- applyApplicationDefaultJvmArgsToRunTask()
Called By
Source
Frequently Asked Questions
What does applyApplicationDefaultJvmArgsToRunTasks() do?
applyApplicationDefaultJvmArgsToRunTasks() is a function in the spring-boot codebase.
What does applyApplicationDefaultJvmArgsToRunTasks() call?
applyApplicationDefaultJvmArgsToRunTasks() calls 1 function(s): applyApplicationDefaultJvmArgsToRunTask.
What calls applyApplicationDefaultJvmArgsToRunTasks()?
applyApplicationDefaultJvmArgsToRunTasks() is called by 1 function(s): execute.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free