Home / Function/ writeEntry() — spring-boot Function Reference

writeEntry() — spring-boot Function Reference

Architecture documentation for the writeEntry() function in BootZipCopyAction.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 3 called by 5

Entity Profile

Dependency Diagram

graph TD
  e16da5d1_b19e_4d45_229b_91569861926e["writeEntry()"]
  1a799a36_3169_6c85_17f6_be7609356689["writeJarModeLibrary()"]
  1a799a36_3169_6c85_17f6_be7609356689 -->|calls| e16da5d1_b19e_4d45_229b_91569861926e
  7e3be010_b122_7431_e521_5b5fb8f964ac["writeSignatureFileIfNecessary()"]
  7e3be010_b122_7431_e521_5b5fb8f964ac -->|calls| e16da5d1_b19e_4d45_229b_91569861926e
  1cd4e284_1e39_1322_db57_d8628f898823["writeClassPathIndexIfNecessary()"]
  1cd4e284_1e39_1322_db57_d8628f898823 -->|calls| e16da5d1_b19e_4d45_229b_91569861926e
  88064515_e5e4_040a_fb1f_b529c6a929fe["writeNativeImageArgFileIfNecessary()"]
  88064515_e5e4_040a_fb1f_b529c6a929fe -->|calls| e16da5d1_b19e_4d45_229b_91569861926e
  6fc19df5_416f_2b87_947a_a8840cf01f80["writeLayersIndexIfNecessary()"]
  6fc19df5_416f_2b87_947a_a8840cf01f80 -->|calls| e16da5d1_b19e_4d45_229b_91569861926e
  c932170b_4a25_ba87_8320_28cc6fb2321d["prepareEntry()"]
  e16da5d1_b19e_4d45_229b_91569861926e -->|calls| c932170b_4a25_ba87_8320_28cc6fb2321d
  ef8b2304_a3b6_115f_05d1_0642b257a593["getTime()"]
  e16da5d1_b19e_4d45_229b_91569861926e -->|calls| ef8b2304_a3b6_115f_05d1_0642b257a593
  5cbc150a_58ed_127f_bbe8_1013d97ec91b["getFileMode()"]
  e16da5d1_b19e_4d45_229b_91569861926e -->|calls| 5cbc150a_58ed_127f_bbe8_1013d97ec91b
  style e16da5d1_b19e_4d45_229b_91569861926e 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 403–406

		private void writeEntry(String name, ZipEntryContentWriter entryWriter, boolean addToLayerIndex)
				throws IOException {
			writeEntry(name, entryWriter, addToLayerIndex, ZipEntryCustomizer.NONE);
		}

Domain

Subdomains

Frequently Asked Questions

What does writeEntry() do?
writeEntry() is a function in the spring-boot codebase.
What does writeEntry() call?
writeEntry() calls 3 function(s): getFileMode, getTime, prepareEntry.
What calls writeEntry()?
writeEntry() is called by 5 function(s): writeClassPathIndexIfNecessary, writeJarModeLibrary, writeLayersIndexIfNecessary, writeNativeImageArgFileIfNecessary, writeSignatureFileIfNecessary.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free