getResourcesOutput() — spring-boot Function Reference
Architecture documentation for the getResourcesOutput() function in AbstractAot.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 541df6a9_d6e8_edea_bcc4_eeb802a835d4["getResourcesOutput()"] a2a082df_f37a_5df3_5deb_24571e632d9b["configureAotTask()"] a2a082df_f37a_5df3_5deb_24571e632d9b -->|calls| 541df6a9_d6e8_edea_bcc4_eeb802a835d4 9f40ec2d_1804_d941_baf6_0041f490d4f1["processorArgs()"] 9f40ec2d_1804_d941_baf6_0041f490d4f1 -->|calls| 541df6a9_d6e8_edea_bcc4_eeb802a835d4 style 541df6a9_d6e8_edea_bcc4_eeb802a835d4 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 88–91
@OutputDirectory
public final DirectoryProperty getResourcesOutput() {
return this.resourcesDir;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getResourcesOutput() do?
getResourcesOutput() is a function in the spring-boot codebase.
What calls getResourcesOutput()?
getResourcesOutput() 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