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

configureTestNativeBinaryClasspath() — spring-boot Function Reference

Architecture documentation for the configureTestNativeBinaryClasspath() function in NativeImagePluginAction.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  473fa5c9_c95e_850b_d980_3ec709d309aa["configureTestNativeBinaryClasspath()"]
  5bfa3eee_4c9a_032c_d445_288c14546d8f["execute()"]
  5bfa3eee_4c9a_032c_d445_288c14546d8f -->|calls| 473fa5c9_c95e_850b_d980_3ec709d309aa
  f716b505_786b_8a0f_3ef5_bdaf043f7d3b["classpath()"]
  473fa5c9_c95e_850b_d980_3ec709d309aa -->|calls| f716b505_786b_8a0f_3ef5_bdaf043f7d3b
  style 473fa5c9_c95e_850b_d980_3ec709d309aa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/NativeImagePluginAction.java lines 85–89

	private void configureTestNativeBinaryClasspath(SourceSetContainer sourceSets, GraalVMExtension graalVmExtension) {
		FileCollection runtimeClasspath = sourceSets.getByName(SpringBootAotPlugin.AOT_TEST_SOURCE_SET_NAME)
			.getRuntimeClasspath();
		graalVmExtension.getBinaries().getByName(NativeImagePlugin.NATIVE_TEST_EXTENSION).classpath(runtimeClasspath);
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free