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

isLibrary() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  918852ca_89a0_8377_57b4_aaa5c3b369a8["isLibrary()"]
  c17a3896_0bab_d11c_87ac_4b655e1fb7b4["resolveZipCompression()"]
  c17a3896_0bab_d11c_87ac_4b655e1fb7b4 -->|calls| 918852ca_89a0_8377_57b4_aaa5c3b369a8
  d246acfa_3144_87b5_4bf7_1956358effaf["isSatisfiedBy()"]
  d246acfa_3144_87b5_4bf7_1956358effaf -->|calls| 918852ca_89a0_8377_57b4_aaa5c3b369a8
  style 918852ca_89a0_8377_57b4_aaa5c3b369a8 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 223–226

	protected boolean isLibrary(FileCopyDetails details) {
		String path = details.getRelativePath().getPathString();
		return path.startsWith(LIB_DIRECTORY) || path.startsWith(LIB_PROVIDED_DIRECTORY);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does isLibrary() do?
isLibrary() is a function in the spring-boot codebase.
What calls isLibrary()?
isLibrary() is called by 2 function(s): isSatisfiedBy, resolveZipCompression.

Analyze Your Own Codebase

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

Try Supermodel Free