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

getEntryNames() — spring-boot Function Reference

Architecture documentation for the getEntryNames() function in AbstractBootArchiveTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  5645c4d4_f43b_2768_d537_d5683623dc04["getEntryNames()"]
  23a6ac8e_0402_0859_e583_d28b52ba753d["loaderIsWrittenFirstThenApplicationClassesThenLibraries()"]
  23a6ac8e_0402_0859_e583_d28b52ba753d -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  544324ce_1c71_1955_946b_542dcc1fb9a8["archiveShouldBeLayeredByDefault()"]
  544324ce_1c71_1955_946b_542dcc1fb9a8 -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  a50cf431_ae33_aebe_5d68_c0013c0b0e1f["jarWhenLayersDisabledShouldNotContainLayersIndex()"]
  a50cf431_ae33_aebe_5d68_c0013c0b0e1f -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  f1401408_a756_dace_a255_79bc239f6fe4["whenJarIsLayeredThenLayersIndexIsPresentAndCorrect()"]
  f1401408_a756_dace_a255_79bc239f6fe4 -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  4b7ce582_88c3_a92b_fe9a_eddfdc546fdb["whenJarIsLayeredWithCustomStrategiesThenLayersIndexIsPresentAndCorrect()"]
  4b7ce582_88c3_a92b_fe9a_eddfdc546fdb -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  00346416_6497_a49a_6cf9_9016fab2a2b7["whenArchiveIsLayeredThenToolsJarIsIncluded()"]
  00346416_6497_a49a_6cf9_9016fab2a2b7 -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  aaa56488_2ec1_8b7e_beec_11136c1e5370["shouldAddToolsToTheJar()"]
  aaa56488_2ec1_8b7e_beec_11136c1e5370 -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  ac010856_f1f2_7490_3233_ba2324e6088e["whenIncludeToolsIsFalseThenToolsAreNotAddedToTheJar()"]
  ac010856_f1f2_7490_3233_ba2324e6088e -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  style 5645c4d4_f43b_2768_d537_d5683623dc04 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveTests.java lines 620–624

	protected List<String> getEntryNames(File file) throws IOException {
		try (JarFile jarFile = new JarFile(file)) {
			return getEntryNames(jarFile);
		}
	}

Domain

Subdomains

Frequently Asked Questions

What does getEntryNames() do?
getEntryNames() is a function in the spring-boot codebase.
What calls getEntryNames()?
getEntryNames() is called by 8 function(s): archiveShouldBeLayeredByDefault, jarWhenLayersDisabledShouldNotContainLayersIndex, loaderIsWrittenFirstThenApplicationClassesThenLibraries, shouldAddToolsToTheJar, whenArchiveIsLayeredThenToolsJarIsIncluded, whenIncludeToolsIsFalseThenToolsAreNotAddedToTheJar, whenJarIsLayeredThenLayersIndexIsPresentAndCorrect, whenJarIsLayeredWithCustomStrategiesThenLayersIndexIsPresentAndCorrect.

Analyze Your Own Codebase

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

Try Supermodel Free