getExpectedApplicationLayerContents() — spring-boot Function Reference
Architecture documentation for the getExpectedApplicationLayerContents() function in AbstractBootArchiveIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c312f8db_dbba_3214_8e81_013a94f3f3ca["getExpectedApplicationLayerContents()"] 1480e02e_7f37_b733_2059_24a17cfcd2ae["implicitLayers()"] 1480e02e_7f37_b733_2059_24a17cfcd2ae -->|calls| c312f8db_dbba_3214_8e81_013a94f3f3ca ac7f2c84_3074_d9f3_cf2a_3c3718897639["multiModuleImplicitLayers()"] ac7f2c84_3074_d9f3_cf2a_3c3718897639 -->|calls| c312f8db_dbba_3214_8e81_013a94f3f3ca 65ec8caa_353b_1f02_52f6_cd4484a86a76["customLayers()"] 65ec8caa_353b_1f02_52f6_cd4484a86a76 -->|calls| c312f8db_dbba_3214_8e81_013a94f3f3ca bfc328c2_9a96_d1f1_d259_8f62ad8057fe["multiModuleCustomLayers()"] bfc328c2_9a96_d1f1_d259_8f62ad8057fe -->|calls| c312f8db_dbba_3214_8e81_013a94f3f3ca style c312f8db_dbba_3214_8e81_013a94f3f3ca fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveIntegrationTests.java lines 382–382
abstract String[] getExpectedApplicationLayerContents(String... additionalFiles);
Domain
Subdomains
Source
Frequently Asked Questions
What does getExpectedApplicationLayerContents() do?
getExpectedApplicationLayerContents() is a function in the spring-boot codebase.
What calls getExpectedApplicationLayerContents()?
getExpectedApplicationLayerContents() is called by 4 function(s): customLayers, implicitLayers, multiModuleCustomLayers, multiModuleImplicitLayers.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free