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

withEntries() — spring-boot Function Reference

Architecture documentation for the withEntries() function in AbstractArchiveIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  24bafa22_417d_c0a7_6b2f_015e45086aa0["withEntries()"]
  32a884f4_a2a4_d38a_f6a0_5f19757e3a70["doesNotHaveEntryWithName()"]
  32a884f4_a2a4_d38a_f6a0_5f19757e3a70 -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  e890f855_7998_7e22_8ed5_4597eeef0d56["hasEntryWithName()"]
  e890f855_7998_7e22_8ed5_4597eeef0d56 -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  c6e6fd64_721b_3b40_100b_5467c2db9533["hasEntryWithNameStartingWith()"]
  c6e6fd64_721b_3b40_100b_5467c2db9533 -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  acb60d7c_9991_7229_d559_dadb91b6d39f["hasUnpackEntryWithNameStartingWith()"]
  acb60d7c_9991_7229_d559_dadb91b6d39f -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  dfaa76e9_1f09_8ea0_5c00_ddb7837a45cc["doesNotHaveEntryWithNameStartingWith()"]
  dfaa76e9_1f09_8ea0_5c00_ddb7837a45cc -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  fcc0b4a4_bbdd_661d_1990_fbca3e127226["entryNamesInPath()"]
  fcc0b4a4_bbdd_661d_1990_fbca3e127226 -->|calls| 24bafa22_417d_c0a7_6b2f_015e45086aa0
  style 24bafa22_417d_c0a7_6b2f_015e45086aa0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/AbstractArchiveIntegrationTests.java lines 208–210

		void withEntries(JarFile jarFile, Consumer<Stream<JarEntry>> entries) {
			entries.accept(Collections.list(jarFile.entries()).stream());
		}

Domain

Subdomains

Frequently Asked Questions

What does withEntries() do?
withEntries() is a function in the spring-boot codebase.
What calls withEntries()?
withEntries() is called by 6 function(s): doesNotHaveEntryWithName, doesNotHaveEntryWithNameStartingWith, entryNamesInPath, hasEntryWithName, hasEntryWithNameStartingWith, hasUnpackEntryWithNameStartingWith.

Analyze Your Own Codebase

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

Try Supermodel Free