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

resolveZipCompression() — spring-boot Function Reference

Architecture documentation for the resolveZipCompression() function in BootWar.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  c17a3896_0bab_d11c_87ac_4b655e1fb7b4["resolveZipCompression()"]
  d9c99d84_051c_48f3_5d8b_aaaf69c2b69b["apply()"]
  d9c99d84_051c_48f3_5d8b_aaaf69c2b69b -->|calls| c17a3896_0bab_d11c_87ac_4b655e1fb7b4
  918852ca_89a0_8377_57b4_aaa5c3b369a8["isLibrary()"]
  c17a3896_0bab_d11c_87ac_4b655e1fb7b4 -->|calls| 918852ca_89a0_8377_57b4_aaa5c3b369a8
  style c17a3896_0bab_d11c_87ac_4b655e1fb7b4 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/BootWar.java lines 194–196

	protected ZipCompression resolveZipCompression(FileCopyDetails details) {
		return isLibrary(details) ? ZipCompression.STORED : ZipCompression.DEFLATED;
	}

Domain

Subdomains

Calls

Called By

  • apply()

Frequently Asked Questions

What does resolveZipCompression() do?
resolveZipCompression() is a function in the spring-boot codebase.
What does resolveZipCompression() call?
resolveZipCompression() calls 1 function(s): isLibrary.
What calls resolveZipCompression()?
resolveZipCompression() is called by 1 function(s): apply.

Analyze Your Own Codebase

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

Try Supermodel Free