createMinimalMainSource() — spring-boot Function Reference
Architecture documentation for the createMinimalMainSource() function in JavaPluginActionIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e6356c4c_b7fc_92c3_b8f7_8e5890f7de4e["createMinimalMainSource()"] f5772bf2_a51a_69fe_0f8b_d93e40de9b63["additionalMetadataLocationsConfiguredWhenProcessorIsPresent()"] f5772bf2_a51a_69fe_0f8b_d93e40de9b63 -->|calls| e6356c4c_b7fc_92c3_b8f7_8e5890f7de4e 92b3b960_b8ac_de11_0fac_42338e09d02d["additionalMetadataLocationsNotConfiguredWhenProcessorIsAbsent()"] 92b3b960_b8ac_de11_0fac_42338e09d02d -->|calls| e6356c4c_b7fc_92c3_b8f7_8e5890f7de4e style e6356c4c_b7fc_92c3_b8f7_8e5890f7de4e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/plugin/JavaPluginActionIntegrationTests.java lines 246–250
private void createMinimalMainSource() throws IOException {
File examplePackage = new File(this.gradleBuild.getProjectDir(), "src/main/java/com/example");
examplePackage.mkdirs();
new File(examplePackage, "Application.java").createNewFile();
}
Domain
Subdomains
Called By
- additionalMetadataLocationsConfiguredWhenProcessorIsPresent()
- additionalMetadataLocationsNotConfiguredWhenProcessorIsAbsent()
Source
Frequently Asked Questions
What does createMinimalMainSource() do?
createMinimalMainSource() is a function in the spring-boot codebase.
What calls createMinimalMainSource()?
createMinimalMainSource() is called by 2 function(s): additionalMetadataLocationsConfiguredWhenProcessorIsPresent, additionalMetadataLocationsNotConfiguredWhenProcessorIsAbsent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free