IndexLayerArchiveFactory() — spring-boot Function Reference
Architecture documentation for the IndexLayerArchiveFactory() function in ExportedImageTar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 858ab411_02e3_9ad7_2e13_40c12d223aea["IndexLayerArchiveFactory()"] 8961244b_38b5_6707_a9a9_2a8cc9e8a67f["create()"] 8961244b_38b5_6707_a9a9_2a8cc9e8a67f -->|calls| 858ab411_02e3_9ad7_2e13_40c12d223aea 7ea6e489_52d4_6c61_4c09_9143fc147c75["withNestedIndexes()"] 858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 7ea6e489_52d4_6c61_4c09_9143fc147c75 957225e7_aa4b_8d3f_8bbe_0bf7d4178796["getDigests()"] 858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 957225e7_aa4b_8d3f_8bbe_0bf7d4178796 1025f8b7_92f3_96da_aff2_5927468db700["getManifestLists()"] 858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 1025f8b7_92f3_96da_aff2_5927468db700 0ac86508_a23f_eb35_a6e7_2e565d32c734["getManifests()"] 858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 0ac86508_a23f_eb35_a6e7_2e565d32c734 92deca93_a760_9382_9ebb_4bee9fb89dfd["getLayers()"] 858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 92deca93_a760_9382_9ebb_4bee9fb89dfd style 858ab411_02e3_9ad7_2e13_40c12d223aea 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 150–152
IndexLayerArchiveFactory(Path tarFile, ImageArchiveIndex index) throws IOException {
this(tarFile, withNestedIndexes(tarFile, index));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does IndexLayerArchiveFactory() do?
IndexLayerArchiveFactory() is a function in the spring-boot codebase.
What does IndexLayerArchiveFactory() call?
IndexLayerArchiveFactory() calls 5 function(s): getDigests, getLayers, getManifestLists, getManifests, withNestedIndexes.
What calls IndexLayerArchiveFactory()?
IndexLayerArchiveFactory() is called by 1 function(s): create.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free