Home / Function/ copyJvmArgsApplication() — spring-boot Function Reference

copyJvmArgsApplication() — spring-boot Function Reference

Architecture documentation for the copyJvmArgsApplication() function in BootRunIntegrationTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  372c45ca_fdb2_09c0_3763_08e46877f16d["copyJvmArgsApplication()"]
  4c14b41e_16dd_e821_9a6c_240ae8812389["defaultJvmArgs()"]
  4c14b41e_16dd_e821_9a6c_240ae8812389 -->|calls| 372c45ca_fdb2_09c0_3763_08e46877f16d
  c727d1e0_fa10_d4d6_4bce_3adf952d7fb0["optimizedLaunchDisabledJvmArgs()"]
  c727d1e0_fa10_d4d6_4bce_3adf952d7fb0 -->|calls| 372c45ca_fdb2_09c0_3763_08e46877f16d
  5669c306_a1aa_59d0_be8b_5ee403d28ee0["applicationPluginJvmArgumentsAreUsed()"]
  5669c306_a1aa_59d0_be8b_5ee403d28ee0 -->|calls| 372c45ca_fdb2_09c0_3763_08e46877f16d
  0ffa0138_f69f_4846_c7f8_bb991a7a64c9["copyApplication()"]
  372c45ca_fdb2_09c0_3763_08e46877f16d -->|calls| 0ffa0138_f69f_4846_c7f8_bb991a7a64c9
  style 372c45ca_fdb2_09c0_3763_08e46877f16d 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/BootRunIntegrationTests.java lines 199–201

	private void copyJvmArgsApplication() throws IOException {
		copyApplication("jvmargs");
	}

Domain

Subdomains

Called By

  • applicationPluginJvmArgumentsAreUsed()
  • defaultJvmArgs()
  • optimizedLaunchDisabledJvmArgs()

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