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

getLayerArchive() — spring-boot Function Reference

Architecture documentation for the getLayerArchive() function in ExportedImageTar.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  011c8e6a_0d54_db61_c486_6b8ae2a992a7["getLayerArchive()"]
  b3171812_ab1f_87c4_a83a_2a91e929e461["getName()"]
  011c8e6a_0d54_db61_c486_6b8ae2a992a7 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  e4b27ead_8f1f_5c9b_bf7f_40d8de6f7df0["getLayerArchive()"]
  011c8e6a_0d54_db61_c486_6b8ae2a992a7 -->|calls| e4b27ead_8f1f_5c9b_bf7f_40d8de6f7df0
  style 011c8e6a_0d54_db61_c486_6b8ae2a992a7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ExportedImageTar.java lines 280–286

		@Override
		@Nullable TarArchive getLayerArchive(TarArchiveInputStream tar, TarArchiveEntry entry) {
			if (!this.layers.contains(entry.getName())) {
				return null;
			}
			return TarArchive.fromInputStream(tar, Compression.NONE);
		}

Subdomains

Frequently Asked Questions

What does getLayerArchive() do?
getLayerArchive() is a function in the spring-boot codebase.
What does getLayerArchive() call?
getLayerArchive() calls 2 function(s): getLayerArchive, getName.

Analyze Your Own Codebase

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

Try Supermodel Free