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

writeDirectory() — spring-boot Function Reference

Architecture documentation for the writeDirectory() function in LoaderZipEntries.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  01cda68d_f67d_5123_b4a6_d241cd1504d7["writeDirectory()"]
  d649de22_92b1_cb62_1692_93c40663f43b["writeTo()"]
  d649de22_92b1_cb62_1692_93c40663f43b -->|calls| 01cda68d_f67d_5123_b4a6_d241cd1504d7
  6e48d287_3484_40ee_d3ef_49f35b7bb0fa["prepareEntry()"]
  01cda68d_f67d_5123_b4a6_d241cd1504d7 -->|calls| 6e48d287_3484_40ee_d3ef_49f35b7bb0fa
  style 01cda68d_f67d_5123_b4a6_d241cd1504d7 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 82–86

	private void writeDirectory(ZipArchiveEntry entry, ZipArchiveOutputStream out) throws IOException {
		prepareEntry(entry, this.dirMode);
		out.putArchiveEntry(entry);
		out.closeArchiveEntry();
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does writeDirectory() do?
writeDirectory() is a function in the spring-boot codebase.
What does writeDirectory() call?
writeDirectory() calls 1 function(s): prepareEntry.
What calls writeDirectory()?
writeDirectory() is called by 1 function(s): writeTo.

Analyze Your Own Codebase

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

Try Supermodel Free