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

createFileEntry() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  bd954e9d_a956_d0fa_0c91_500a157c2a4a["createFileEntry()"]
  93495d35_127b_75a2_193a_40a21a66c259["file()"]
  93495d35_127b_75a2_193a_40a21a66c259 -->|calls| bd954e9d_a956_d0fa_0c91_500a157c2a4a
  257553c9_d1a7_8ac9_61a2_fd3dcacbaaf8["createEntry()"]
  bd954e9d_a956_d0fa_0c91_500a157c2a4a -->|calls| 257553c9_d1a7_8ac9_61a2_fd3dcacbaaf8
  style bd954e9d_a956_d0fa_0c91_500a157c2a4a 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 63–65

	private TarArchiveEntry createFileEntry(String name, Owner owner, int mode, int size) {
		return createEntry(name, owner, TarConstants.LF_NORMAL, mode, size);
	}

Domain

Subdomains

Called By

  • file()

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free