getPermissions() — spring-boot Function Reference
Architecture documentation for the getPermissions() function in BootZipCopyAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 31a82895_680f_e743_50a1_a534a56f3429["getPermissions()"] 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5["getDirMode()"] 9a14a6ea_c1e9_1a5b_f12c_06079d0f40e5 -->|calls| 31a82895_680f_e743_50a1_a534a56f3429 5cbc150a_58ed_127f_bbe8_1013d97ec91b["getFileMode()"] 5cbc150a_58ed_127f_bbe8_1013d97ec91b -->|calls| 31a82895_680f_e743_50a1_a534a56f3429 f2f9517b_1fd7_cc1a_2eaa_cf1db7e62638["getMode()"] 31a82895_680f_e743_50a1_a534a56f3429 -->|calls| f2f9517b_1fd7_cc1a_2eaa_cf1db7e62638 style 31a82895_680f_e743_50a1_a534a56f3429 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 475–478
private int getPermissions(FileCopyDetails details) {
return (GradleVersion.current().compareTo(GradleVersion.version("8.3")) >= 0)
? details.getPermissions().toUnixNumeric() : getMode(details);
}
Domain
Subdomains
Calls
- getMode()
Called By
Source
Frequently Asked Questions
What does getPermissions() do?
getPermissions() is a function in the spring-boot codebase.
What does getPermissions() call?
getPermissions() calls 1 function(s): getMode.
What calls getPermissions()?
getPermissions() is called by 2 function(s): getDirMode, getFileMode.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free