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

handle() — spring-boot Function Reference

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

Function java AntLib Classfinding calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  fc8401d0_de01_d9e8_b701_bddf1d519869["handle()"]
  a2ebc591_b551_848d_b824_f4bd083b7e73["execute()"]
  a2ebc591_b551_848d_b824_f4bd083b7e73 -->|calls| fc8401d0_de01_d9e8_b701_bddf1d519869
  3c71d743_ec09_2e9a_f87f_58e96a394b91["setProperty()"]
  fc8401d0_de01_d9e8_b701_bddf1d519869 -->|calls| 3c71d743_ec09_2e9a_f87f_58e96a394b91
  style fc8401d0_de01_d9e8_b701_bddf1d519869 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-antlib/src/main/java/org/springframework/boot/ant/FindMainClass.java lines 82–89

	private void handle(String mainClass) {
		if (StringUtils.hasText(this.property)) {
			getProject().setProperty(this.property, mainClass);
		}
		else {
			log("Found main class " + mainClass);
		}
	}

Domain

Subdomains

Calls

  • setProperty()

Called By

Frequently Asked Questions

What does handle() do?
handle() is a function in the spring-boot codebase.
What does handle() call?
handle() calls 1 function(s): setProperty.
What calls handle()?
handle() is called by 1 function(s): execute.

Analyze Your Own Codebase

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

Try Supermodel Free