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

forJarFile() — spring-boot Function Reference

Architecture documentation for the forJarFile() function in ImageReferenceTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  14799f4d_eb25_fb9e_3b65_8fa62a1313f0["forJarFile()"]
  61f44c03_3717_62ae_5e99_2879a26fa25b["assertForJarFile()"]
  61f44c03_3717_62ae_5e99_2879a26fa25b -->|calls| 14799f4d_eb25_fb9e_3b65_8fa62a1313f0
  61f44c03_3717_62ae_5e99_2879a26fa25b["assertForJarFile()"]
  14799f4d_eb25_fb9e_3b65_8fa62a1313f0 -->|calls| 61f44c03_3717_62ae_5e99_2879a26fa25b
  style 14799f4d_eb25_fb9e_3b65_8fa62a1313f0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/type/ImageReferenceTests.java lines 211–219

	@Test
	void forJarFile() {
		assertForJarFile("spring-boot.2.0.0.BUILD-SNAPSHOT.jar", "library/spring-boot", "2.0.0.BUILD-SNAPSHOT");
		assertForJarFile("spring-boot.2.0.0.M1.jar", "library/spring-boot", "2.0.0.M1");
		assertForJarFile("spring-boot.2.0.0.RC1.jar", "library/spring-boot", "2.0.0.RC1");
		assertForJarFile("spring-boot.2.0.0.RELEASE.jar", "library/spring-boot", "2.0.0.RELEASE");
		assertForJarFile("sample-0.0.1-SNAPSHOT.jar", "library/sample", "0.0.1-SNAPSHOT");
		assertForJarFile("sample-0.0.1.jar", "library/sample", "0.0.1");
	}

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free