prepareEntry() — spring-boot Function Reference
Architecture documentation for the prepareEntry() function in LoaderZipEntries.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6e48d287_3484_40ee_d3ef_49f35b7bb0fa["prepareEntry()"] 01cda68d_f67d_5123_b4a6_d241cd1504d7["writeDirectory()"] 01cda68d_f67d_5123_b4a6_d241cd1504d7 -->|calls| 6e48d287_3484_40ee_d3ef_49f35b7bb0fa e49709a0_f099_523c_d539_318900c2c4ab["writeFile()"] e49709a0_f099_523c_d539_318900c2c4ab -->|calls| 6e48d287_3484_40ee_d3ef_49f35b7bb0fa style 6e48d287_3484_40ee_d3ef_49f35b7bb0fa 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/LoaderZipEntries.java lines 95–100
private void prepareEntry(ZipArchiveEntry entry, int unixMode) {
if (this.entryTime != null) {
entry.setTime(DefaultTimeZoneOffset.INSTANCE.removeFrom(this.entryTime));
}
entry.setUnixMode(unixMode);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does prepareEntry() do?
prepareEntry() is a function in the spring-boot codebase.
What calls prepareEntry()?
prepareEntry() is called by 2 function(s): writeDirectory, writeFile.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free