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

addJvmArgs() — spring-boot Function Reference

Architecture documentation for the addJvmArgs() function in AbstractRunMojo.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  120d18f0_53f2_dc9d_755e_ee67a5f3c241["addJvmArgs()"]
  9388fcdd_2a81_b0db_b900_a928b2298518["run()"]
  9388fcdd_2a81_b0db_b900_a928b2298518 -->|calls| 120d18f0_53f2_dc9d_755e_ee67a5f3c241
  aef21052_c08a_0db5_4313_10d6f6462fda["resolveJvmArguments()"]
  120d18f0_53f2_dc9d_755e_ee67a5f3c241 -->|calls| aef21052_c08a_0db5_4313_10d6f6462fda
  47188f5f_cc3f_0091_dfcf_86ec9540f84b["logArguments()"]
  120d18f0_53f2_dc9d_755e_ee67a5f3c241 -->|calls| 47188f5f_cc3f_0091_dfcf_86ec9540f84b
  style 120d18f0_53f2_dc9d_755e_ee67a5f3c241 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractRunMojo.java lines 331–335

	private void addJvmArgs(List<String> args) {
		RunArguments jvmArguments = resolveJvmArguments();
		Collections.addAll(args, jvmArguments.asArray());
		logArguments("JVM argument", jvmArguments.asArray());
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does addJvmArgs() do?
addJvmArgs() is a function in the spring-boot codebase.
What does addJvmArgs() call?
addJvmArgs() calls 2 function(s): logArguments, resolveJvmArguments.
What calls addJvmArgs()?
addJvmArgs() is called by 1 function(s): run.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free