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

copyClasspathApplication() — spring-boot Function Reference

Architecture documentation for the copyClasspathApplication() function in BootJarIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  fccbc75e_3e21_6c8c_b2f3_efd83619606c["copyClasspathApplication()"]
  71bdb77c_1b0a_900f_561d_cae2e2dfd95b["packagedApplicationClasspath()"]
  71bdb77c_1b0a_900f_561d_cae2e2dfd95b -->|calls| fccbc75e_3e21_6c8c_b2f3_efd83619606c
  3c7b5d26_02e2_5c0d_ac2f_7c4ac44a1201["explodedApplicationClasspath()"]
  3c7b5d26_02e2_5c0d_ac2f_7c4ac44a1201 -->|calls| fccbc75e_3e21_6c8c_b2f3_efd83619606c
  style fccbc75e_3e21_6c8c_b2f3_efd83619606c 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/BootJarIntegrationTests.java lines 76–78

	private void copyClasspathApplication() throws IOException {
		copyApplication("classpath");
	}

Domain

Subdomains

Called By

  • explodedApplicationClasspath()
  • packagedApplicationClasspath()

Frequently Asked Questions

What does copyClasspathApplication() do?
copyClasspathApplication() is a function in the spring-boot codebase.
What calls copyClasspathApplication()?
copyClasspathApplication() is called by 2 function(s): explodedApplicationClasspath, packagedApplicationClasspath.

Analyze Your Own Codebase

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

Try Supermodel Free