getDirMode() — spring-boot Function Reference
Architecture documentation for the getDirMode() function in BootZipCopyAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5["getDirMode()"] 85c832ce_008b_1299_8584_bff397a1ac11["processDirectory()"] 85c832ce_008b_1299_8584_bff397a1ac11 -->|calls| 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 3fe26236_3b5b_ef4d_f893_94fc7fd9423c["writeParentDirectoriesIfNecessary()"] 3fe26236_3b5b_ef4d_f893_94fc7fd9423c -->|calls| 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 731672ed_f844_8d96_2a01_ef4b28a7e783["writeLoaderEntriesIfNecessary()"] 731672ed_f844_8d96_2a01_ef4b28a7e783 -->|calls| 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 31a82895_680f_e743_50a1_a534a56f3429["getPermissions()"] 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 -->|calls| 31a82895_680f_e743_50a1_a534a56f3429 style 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 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/BootZipCopyAction.java lines 456–459
private int getDirMode() {
return (BootZipCopyAction.this.dirMode != null) ? BootZipCopyAction.this.dirMode
: UnixStat.DEFAULT_DIR_PERM;
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does getDirMode() do?
getDirMode() is a function in the spring-boot codebase.
What does getDirMode() call?
getDirMode() calls 1 function(s): getPermissions.
What calls getDirMode()?
getDirMode() is called by 3 function(s): processDirectory, writeLoaderEntriesIfNecessary, writeParentDirectoriesIfNecessary.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free