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

excludeNonZipFiles() — spring-boot Function Reference

Architecture documentation for the excludeNonZipFiles() function in BootArchiveSupport.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  801bf763_49c3_8347_b599_0fb1c8e4b7aa["excludeNonZipFiles()"]
  0a55dc3f_4dba_1b64_5372_0e350df33db7["excludeNonZipLibraryFiles()"]
  0a55dc3f_4dba_1b64_5372_0e350df33db7 -->|calls| 801bf763_49c3_8347_b599_0fb1c8e4b7aa
  e93705f9_aefd_a48e_2e42_88e6166453e1["isZip()"]
  801bf763_49c3_8347_b599_0fb1c8e4b7aa -->|calls| e93705f9_aefd_a48e_2e42_88e6166453e1
  style 801bf763_49c3_8347_b599_0fb1c8e4b7aa 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/BootArchiveSupport.java lines 189–193

	void excludeNonZipFiles(FileCopyDetails details) {
		if (!isZip(details.getFile())) {
			details.exclude();
		}
	}

Domain

Subdomains

Calls

  • isZip()

Called By

  • excludeNonZipLibraryFiles()

Frequently Asked Questions

What does excludeNonZipFiles() do?
excludeNonZipFiles() is a function in the spring-boot codebase.
What does excludeNonZipFiles() call?
excludeNonZipFiles() calls 1 function(s): isZip.
What calls excludeNonZipFiles()?
excludeNonZipFiles() is called by 1 function(s): excludeNonZipLibraryFiles.

Analyze Your Own Codebase

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

Try Supermodel Free