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

createDirectoryEntry() — spring-boot Function Reference

Architecture documentation for the createDirectoryEntry() function in TarLayoutWriter.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  366db6e2_b30e_b795_e15d_7930b28268c4["createDirectoryEntry()"]
  efe36dc6_09eb_de48_9ece_6eeb3efc59b3["directory()"]
  efe36dc6_09eb_de48_9ece_6eeb3efc59b3 -->|calls| 366db6e2_b30e_b795_e15d_7930b28268c4
  257553c9_d1a7_8ac9_61a2_fd3dcacbaaf8["createEntry()"]
  366db6e2_b30e_b795_e15d_7930b28268c4 -->|calls| 257553c9_d1a7_8ac9_61a2_fd3dcacbaaf8
  style 366db6e2_b30e_b795_e15d_7930b28268c4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/io/TarLayoutWriter.java lines 59–61

	private TarArchiveEntry createDirectoryEntry(String name, Owner owner, int mode) {
		return createEntry(name, owner, TarConstants.LF_DIR, mode, 0);
	}

Domain

Subdomains

Called By

  • directory()

Frequently Asked Questions

What does createDirectoryEntry() do?
createDirectoryEntry() is a function in the spring-boot codebase.
What does createDirectoryEntry() call?
createDirectoryEntry() calls 1 function(s): createEntry.
What calls createDirectoryEntry()?
createDirectoryEntry() is called by 1 function(s): directory.

Analyze Your Own Codebase

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

Try Supermodel Free