isLayeredDisabled() — spring-boot Function Reference
Architecture documentation for the isLayeredDisabled() function in BootWar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2daca2e3_ef24_8a50_c2e9_f4456c580aba["isLayeredDisabled()"] 1608f342_a360_6026_263c_d03f072c8cdb["copy()"] 1608f342_a360_6026_263c_d03f072c8cdb -->|calls| 2daca2e3_ef24_8a50_c2e9_f4456c580aba 8b2a1652_48e7_ada2_d5c6_ebbe62137cb1["createCopyAction()"] 8b2a1652_48e7_ada2_d5c6_ebbe62137cb1 -->|calls| 2daca2e3_ef24_8a50_c2e9_f4456c580aba style 2daca2e3_ef24_8a50_c2e9_f4456c580aba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootWar.java lines 114–116
private boolean isLayeredDisabled() {
return !this.layered.getEnabled().get();
}
Domain
Subdomains
Called By
- copy()
- createCopyAction()
Source
Frequently Asked Questions
What does isLayeredDisabled() do?
isLayeredDisabled() is a function in the spring-boot codebase.
What calls isLayeredDisabled()?
isLayeredDisabled() is called by 2 function(s): copy, createCopyAction.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free