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

whenArchiveIsLayeredThenToolsJarIsIncluded() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  00346416_6497_a49a_6cf9_9016fab2a2b7["whenArchiveIsLayeredThenToolsJarIsIncluded()"]
  5645c4d4_f43b_2768_d537_d5683623dc04["getEntryNames()"]
  00346416_6497_a49a_6cf9_9016fab2a2b7 -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  96c4b496_9f3d_2ce6_2029_4842dfa4cf12["createLayeredJar()"]
  00346416_6497_a49a_6cf9_9016fab2a2b7 -->|calls| 96c4b496_9f3d_2ce6_2029_4842dfa4cf12
  style 00346416_6497_a49a_6cf9_9016fab2a2b7 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 572–576

	@Test
	void whenArchiveIsLayeredThenToolsJarIsIncluded() throws IOException {
		List<String> entryNames = getEntryNames(createLayeredJar());
		assertThat(entryNames).contains(this.libPath + JarModeLibrary.TOOLS.getName());
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free