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

getManifestLists() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  1025f8b7_92f3_96da_aff2_5927468db700["getManifestLists()"]
  858ab411_02e3_9ad7_2e13_40c12d223aea["IndexLayerArchiveFactory()"]
  858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 1025f8b7_92f3_96da_aff2_5927468db700
  2f746efe_496a_ca3f_01f0_3944d0ba4c85["getDigestMatches()"]
  1025f8b7_92f3_96da_aff2_5927468db700 -->|calls| 2f746efe_496a_ca3f_01f0_3944d0ba4c85
  style 1025f8b7_92f3_96da_aff2_5927468db700 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 184–186

		private static List<ManifestList> getManifestLists(Path tarFile, Set<String> digests) throws IOException {
			return getDigestMatches(tarFile, digests, ManifestList::of);
		}

Subdomains

Frequently Asked Questions

What does getManifestLists() do?
getManifestLists() is a function in the spring-boot codebase.
What does getManifestLists() call?
getManifestLists() calls 1 function(s): getDigestMatches.
What calls getManifestLists()?
getManifestLists() is called by 1 function(s): IndexLayerArchiveFactory.

Analyze Your Own Codebase

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

Try Supermodel Free