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

customizeApplicationDirectory() — spring-boot Function Reference

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

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  b9ef89ed_80a7_7d6e_4675_15d93a5a5783["customizeApplicationDirectory()"]
  44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"]
  44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| b9ef89ed_80a7_7d6e_4675_15d93a5a5783
  994e1895_4e28_7d90_059a_0bfd7854c8e4["getApplicationDirectory()"]
  b9ef89ed_80a7_7d6e_4675_15d93a5a5783 -->|calls| 994e1895_4e28_7d90_059a_0bfd7854c8e4
  style b9ef89ed_80a7_7d6e_4675_15d93a5a5783 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 521–527

	private BuildRequest customizeApplicationDirectory(BuildRequest request) {
		String applicationDirectory = getApplicationDirectory().getOrNull();
		if (applicationDirectory != null) {
			return request.withApplicationDirectory(applicationDirectory);
		}
		return request;
	}

Domain

Subdomains

Calls

  • getApplicationDirectory()

Called By

Frequently Asked Questions

What does customizeApplicationDirectory() do?
customizeApplicationDirectory() is a function in the spring-boot codebase.
What does customizeApplicationDirectory() call?
customizeApplicationDirectory() calls 1 function(s): getApplicationDirectory.
What calls customizeApplicationDirectory()?
customizeApplicationDirectory() is called by 1 function(s): customize.

Analyze Your Own Codebase

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

Try Supermodel Free