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

executeTask() — spring-boot Function Reference

Architecture documentation for the executeTask() function in BootWarTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  af3e80a5_3e1c_6dc2_094f_0481ad77e4be["executeTask()"]
  c47ddeb5_fcb9_243f_0e21_6d4990c28904["providedClasspathJarsArePackagedInWebInfLibProvided()"]
  c47ddeb5_fcb9_243f_0e21_6d4990c28904 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  55a859b7_cf50_9fc0_af43_4be354b73728["providedClasspathCanBeSetUsingAFileCollection()"]
  55a859b7_cf50_9fc0_af43_4be354b73728 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  3e78ac49_68b9_b3da_0928_47799bc67e82["providedClasspathCanBeSetUsingAnObject()"]
  3e78ac49_68b9_b3da_0928_47799bc67e82 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  fe107cde_1838_ad8e_192e_318a459826f1["devtoolsJarIsExcludedByDefaultWhenItsOnTheProvidedClasspath()"]
  fe107cde_1838_ad8e_192e_318a459826f1 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  7c22fb1a_68d9_fa44_6341_6385db072b04["webappResourcesInDirectoriesThatOverlapWithLoaderCanBePackaged()"]
  7c22fb1a_68d9_fa44_6341_6385db072b04 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  36818de2_8af7_4292_22f3_78a07c94e283["libProvidedEntriesAreWrittenAfterLibEntries()"]
  36818de2_8af7_4292_22f3_78a07c94e283 -->|calls| af3e80a5_3e1c_6dc2_094f_0481ad77e4be
  style af3e80a5_3e1c_6dc2_094f_0481ad77e4be 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/BootWarTests.java lines 154–157

	@Override
	protected void executeTask() {
		getTask().copy();
	}

Domain

Subdomains

Called By

  • devtoolsJarIsExcludedByDefaultWhenItsOnTheProvidedClasspath()
  • libProvidedEntriesAreWrittenAfterLibEntries()
  • providedClasspathCanBeSetUsingAFileCollection()
  • providedClasspathCanBeSetUsingAnObject()
  • providedClasspathJarsArePackagedInWebInfLibProvided()
  • webappResourcesInDirectoriesThatOverlapWithLoaderCanBePackaged()

Frequently Asked Questions

What does executeTask() do?
executeTask() is a function in the spring-boot codebase.
What calls executeTask()?
executeTask() is called by 6 function(s): devtoolsJarIsExcludedByDefaultWhenItsOnTheProvidedClasspath, libProvidedEntriesAreWrittenAfterLibEntries, providedClasspathCanBeSetUsingAFileCollection, providedClasspathCanBeSetUsingAnObject, providedClasspathJarsArePackagedInWebInfLibProvided, webappResourcesInDirectoriesThatOverlapWithLoaderCanBePackaged.

Analyze Your Own Codebase

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

Try Supermodel Free