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

isLibrary() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  77691192_7950_1898_0aa3_ae3dfe7766b7["isLibrary()"]
  fb72bd66_b940_24de_16ff_c0f24b028ce3["resolveZipCompression()"]
  fb72bd66_b940_24de_16ff_c0f24b028ce3 -->|calls| 77691192_7950_1898_0aa3_ae3dfe7766b7
  5078e4ac_75cf_7627_92a9_ee159213d951["isSatisfiedBy()"]
  5078e4ac_75cf_7627_92a9_ee159213d951 -->|calls| 77691192_7950_1898_0aa3_ae3dfe7766b7
  style 77691192_7950_1898_0aa3_ae3dfe7766b7 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/BootJar.java lines 255–258

	protected boolean isLibrary(FileCopyDetails details) {
		String path = details.getRelativePath().getPathString();
		return path.startsWith(LIB_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