getTime() — spring-boot Function Reference
Architecture documentation for the getTime() function in BootZipCopyAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ef8b2304_a3b6_115f_05d1_0642b257a593["getTime()"] 85c832ce_008b_1299_8584_bff397a1ac11["processDirectory()"] 85c832ce_008b_1299_8584_bff397a1ac11 -->|calls| ef8b2304_a3b6_115f_05d1_0642b257a593 5e30db0f_a50d_57a1_482a_28795acd5257["processFile()"] 5e30db0f_a50d_57a1_482a_28795acd5257 -->|calls| ef8b2304_a3b6_115f_05d1_0642b257a593 731672ed_f844_8d96_2a01_ef4b28a7e783["writeLoaderEntriesIfNecessary()"] 731672ed_f844_8d96_2a01_ef4b28a7e783 -->|calls| ef8b2304_a3b6_115f_05d1_0642b257a593 e16da5d1_b19e_4d45_229b_91569861926e["writeEntry()"] e16da5d1_b19e_4d45_229b_91569861926e -->|calls| ef8b2304_a3b6_115f_05d1_0642b257a593 style ef8b2304_a3b6_115f_05d1_0642b257a593 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 442–444
private @Nullable Long getTime() {
return getTime(null);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getTime() do?
getTime() is a function in the spring-boot codebase.
What calls getTime()?
getTime() is called by 4 function(s): processDirectory, processFile, writeEntry, writeLoaderEntriesIfNecessary.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free