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

run() — spring-boot Function Reference

Architecture documentation for the run() function in ProcessRunner.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 5 called by 1

Entity Profile

Dependency Diagram

graph TD
  447fb6f0_3c3e_c67e_d4c4_838014d93b05["run()"]
  f77a2582_5a11_bad3_4399_4d65b1bb9f66["run()"]
  f77a2582_5a11_bad3_4399_4d65b1bb9f66 -->|calls| 447fb6f0_3c3e_c67e_d4c4_838014d93b05
  f77a2582_5a11_bad3_4399_4d65b1bb9f66["run()"]
  447fb6f0_3c3e_c67e_d4c4_838014d93b05 -->|calls| f77a2582_5a11_bad3_4399_4d65b1bb9f66
  85f187ab_f2a0_232f_ece5_4f8a8c082b5b["startProcess()"]
  447fb6f0_3c3e_c67e_d4c4_838014d93b05 -->|calls| 85f187ab_f2a0_232f_ece5_4f8a8c082b5b
  fe5c12a0_1284_0806_8bc8_7f1fe3869a75["ReaderThread()"]
  447fb6f0_3c3e_c67e_d4c4_838014d93b05 -->|calls| fe5c12a0_1284_0806_8bc8_7f1fe3869a75
  40fc6070_a7c5_2cd8_e926_b7519fb01275["waitForProcess()"]
  447fb6f0_3c3e_c67e_d4c4_838014d93b05 -->|calls| 40fc6070_a7c5_2cd8_e926_b7519fb01275
  62959458_e4fe_2c83_d972_f952fa7fb76c["toString()"]
  447fb6f0_3c3e_c67e_d4c4_838014d93b05 -->|calls| 62959458_e4fe_2c83_d972_f952fa7fb76c
  style 447fb6f0_3c3e_c67e_d4c4_838014d93b05 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/ProcessRunner.java lines 75–77

	String run(String... command) {
		return run(null, command);
	}

Domain

Subdomains

Calls

  • ReaderThread()
  • run()
  • startProcess()
  • toString()
  • waitForProcess()

Called By

  • run()

Frequently Asked Questions

What does run() do?
run() is a function in the spring-boot codebase.
What does run() call?
run() calls 5 function(s): ReaderThread, run, startProcess, toString, waitForProcess.
What calls run()?
run() 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