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

getExecutableName() — spring-boot Function Reference

Architecture documentation for the getExecutableName() function in CredentialHelperTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  71ca7526_47e2_0eaa_8046_e2822e4a0390["getExecutableName()"]
  afff3de9_9b67_057b_a29f_066bf630be47["setUp()"]
  afff3de9_9b67_057b_a29f_066bf630be47 -->|calls| 71ca7526_47e2_0eaa_8046_e2822e4a0390
  2c3993f2_6d27_d360_6764_8f0c99b21ce8["geExecutableAbsolutePath()"]
  71ca7526_47e2_0eaa_8046_e2822e4a0390 -->|calls| 2c3993f2_6d27_d360_6764_8f0c99b21ce8
  style 71ca7526_47e2_0eaa_8046_e2822e4a0390 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/configuration/CredentialHelperTests.java lines 44–51

	private static String getExecutableName() throws Exception {
		if (Platform.isWindows()) {
			String executablePath = geExecutableAbsolutePath("docker-credential-test.bat");
			// cmd /c must resolve automatically .bat suffix
			return executablePath.substring(0, executablePath.lastIndexOf(".bat"));
		}
		return geExecutableAbsolutePath("docker-credential-test.sh");
	}

Domain

Subdomains

Calls

  • geExecutableAbsolutePath()

Called By

  • setUp()

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free