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

run() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  10c4e767_10f3_8242_b7ec_55739221b7fd["run()"]
  6d62efc4_2b30_b980_aadc_f8e754508046["run()"]
  6d62efc4_2b30_b980_aadc_f8e754508046 -->|calls| 10c4e767_10f3_8242_b7ec_55739221b7fd
  6d62efc4_2b30_b980_aadc_f8e754508046["run()"]
  10c4e767_10f3_8242_b7ec_55739221b7fd -->|calls| 6d62efc4_2b30_b980_aadc_f8e754508046
  style 10c4e767_10f3_8242_b7ec_55739221b7fd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/OptionParsingCommand.java lines 52–55

	@Override
	public final ExitStatus run(String... args) throws Exception {
		return this.handler.run(args);
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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