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

args() — spring-boot Function Reference

Architecture documentation for the args() function in ClassPath.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  6d0fed38_3db4_a2f6_c269_d7b4b861f12c["args()"]
  862a6c9c_6d2d_5d23_e528_e6b93ba0e2bc["of()"]
  6d0fed38_3db4_a2f6_c269_d7b4b861f12c -->|calls| 862a6c9c_6d2d_5d23_e528_e6b93ba0e2bc
  1e25e8e4_1494_8e67_59b5_338fe064c79f["classPathArg()"]
  6d0fed38_3db4_a2f6_c269_d7b4b861f12c -->|calls| 1e25e8e4_1494_8e67_59b5_338fe064c79f
  style 6d0fed38_3db4_a2f6_c269_d7b4b861f12c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/ClassPath.java lines 68–70

	List<String> args(boolean allowArgFile) {
		return (!this.path.isEmpty()) ? List.of("-cp", classPathArg(allowArgFile)) : Collections.emptyList();
	}

Domain

Subdomains

Frequently Asked Questions

What does args() do?
args() is a function in the spring-boot codebase.
What does args() call?
args() calls 2 function(s): classPathArg, of.

Analyze Your Own Codebase

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

Try Supermodel Free