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

createCopyAction() — spring-boot Function Reference

Architecture documentation for the createCopyAction() function in BootJar.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a67e2020_fbd6_8498_626e_310d3df21573["createCopyAction()"]
  cd96afed_0b34_4c0d_5667_c8483c1e4537["isLayeredDisabled()"]
  a67e2020_fbd6_8498_626e_310d3df21573 -->|calls| cd96afed_0b34_4c0d_5667_c8483c1e4537
  f1eddf9a_eec9_6dda_2125_b5a47e744f3d["isIncludeJarmodeTools()"]
  a67e2020_fbd6_8498_626e_310d3df21573 -->|calls| f1eddf9a_eec9_6dda_2125_b5a47e744f3d
  style a67e2020_fbd6_8498_626e_310d3df21573 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java lines 144–152

	@Override
	protected CopyAction createCopyAction() {
		LayerResolver layerResolver = null;
		if (!isLayeredDisabled()) {
			layerResolver = new LayerResolver(this.resolvedDependencies, this.layered, this::isLibrary);
		}
		String jarmodeToolsLocation = isIncludeJarmodeTools() ? LIB_DIRECTORY : null;
		return this.support.createCopyAction(this, this.resolvedDependencies, layerResolver, jarmodeToolsLocation);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does createCopyAction() do?
createCopyAction() is a function in the spring-boot codebase.
What does createCopyAction() call?
createCopyAction() calls 2 function(s): isIncludeJarmodeTools, isLayeredDisabled.

Analyze Your Own Codebase

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

Try Supermodel Free