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

getSourcesOutput() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7af65791_880f_da61_bf0e_7a7f6041f08a["getSourcesOutput()"]
  a2a082df_f37a_5df3_5deb_24571e632d9b["configureAotTask()"]
  a2a082df_f37a_5df3_5deb_24571e632d9b -->|calls| 7af65791_880f_da61_bf0e_7a7f6041f08a
  9f40ec2d_1804_d941_baf6_0041f490d4f1["processorArgs()"]
  9f40ec2d_1804_d941_baf6_0041f490d4f1 -->|calls| 7af65791_880f_da61_bf0e_7a7f6041f08a
  style 7af65791_880f_da61_bf0e_7a7f6041f08a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/aot/AbstractAot.java lines 79–82

	@OutputDirectory
	public final DirectoryProperty getSourcesOutput() {
		return this.sourcesDir;
	}

Domain

Subdomains

Frequently Asked Questions

What does getSourcesOutput() do?
getSourcesOutput() is a function in the spring-boot codebase.
What calls getSourcesOutput()?
getSourcesOutput() is called by 2 function(s): configureAotTask, processorArgs.

Analyze Your Own Codebase

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

Try Supermodel Free