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

onWindows() — spring-boot Function Reference

Architecture documentation for the onWindows() function in ClassPathTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  b8d03a86_97fb_4c67_a88d_274970a5adaa["onWindows()"]
  050911a1_88b0_358d_8d48_e427f955443e["argsWhenSingleUrlOnWindowsUsesPath()"]
  050911a1_88b0_358d_8d48_e427f955443e -->|calls| b8d03a86_97fb_4c67_a88d_274970a5adaa
  7ca5d843_10ed_0433_371c_256e65b96517["argsWhenMultipleUrlsOnWindowsAndAllowedUsesArgFile()"]
  7ca5d843_10ed_0433_371c_256e65b96517 -->|calls| b8d03a86_97fb_4c67_a88d_274970a5adaa
  b19e534c_f274_4a48_7338_212b31e648a2["argsWhenMultipleUrlsOnWindowsAndNotAllowedUsesPath()"]
  b19e534c_f274_4a48_7338_212b31e648a2 -->|calls| b8d03a86_97fb_4c67_a88d_274970a5adaa
  style b8d03a86_97fb_4c67_a88d_274970a5adaa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/ClassPathTests.java lines 97–99

	private UnaryOperator<@Nullable String> onWindows() {
		return Map.of("os.name", "windows")::get;
	}

Domain

Subdomains

Called By

  • argsWhenMultipleUrlsOnWindowsAndAllowedUsesArgFile()
  • argsWhenMultipleUrlsOnWindowsAndNotAllowedUsesPath()
  • argsWhenSingleUrlOnWindowsUsesPath()

Frequently Asked Questions

What does onWindows() do?
onWindows() is a function in the spring-boot codebase.
What calls onWindows()?
onWindows() is called by 3 function(s): argsWhenMultipleUrlsOnWindowsAndAllowedUsesArgFile, argsWhenMultipleUrlsOnWindowsAndNotAllowedUsesPath, argsWhenSingleUrlOnWindowsUsesPath.

Analyze Your Own Codebase

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

Try Supermodel Free