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

ApplicationHome() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  59c65919_691b_b78c_56bc_a24bf1319909["ApplicationHome()"]
  a17657e6_9701_6069_2de6_175eea70a83d["appendContext()"]
  a17657e6_9701_6069_2de6_175eea70a83d -->|calls| 59c65919_691b_b78c_56bc_a24bf1319909
  5f24abdc_7147_316e_6d1f_a35f955ab257["findSource()"]
  59c65919_691b_b78c_56bc_a24bf1319909 -->|calls| 5f24abdc_7147_316e_6d1f_a35f955ab257
  3d69c31c_fc75_f87f_4621_1bd153d832ea["getStartClass()"]
  59c65919_691b_b78c_56bc_a24bf1319909 -->|calls| 3d69c31c_fc75_f87f_4621_1bd153d832ea
  7b098048_f0ee_7f56_b21b_fffecf0456f7["findHomeDir()"]
  59c65919_691b_b78c_56bc_a24bf1319909 -->|calls| 7b098048_f0ee_7f56_b21b_fffecf0456f7
  style 59c65919_691b_b78c_56bc_a24bf1319909 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/system/ApplicationHome.java lines 54–56

	public ApplicationHome() {
		this(null);
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does ApplicationHome() do?
ApplicationHome() is a function in the spring-boot codebase.
What does ApplicationHome() call?
ApplicationHome() calls 3 function(s): findHomeDir, findSource, getStartClass.
What calls ApplicationHome()?
ApplicationHome() is called by 1 function(s): appendContext.

Analyze Your Own Codebase

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

Try Supermodel Free