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

getFileMode() — spring-boot Function Reference

Architecture documentation for the getFileMode() function in BootZipCopyAction.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  5cbc150a_58ed_127f_bbe8_1013d97ec91b["getFileMode()"]
  5e30db0f_a50d_57a1_482a_28795acd5257["processFile()"]
  5e30db0f_a50d_57a1_482a_28795acd5257 -->|calls| 5cbc150a_58ed_127f_bbe8_1013d97ec91b
  731672ed_f844_8d96_2a01_ef4b28a7e783["writeLoaderEntriesIfNecessary()"]
  731672ed_f844_8d96_2a01_ef4b28a7e783 -->|calls| 5cbc150a_58ed_127f_bbe8_1013d97ec91b
  e16da5d1_b19e_4d45_229b_91569861926e["writeEntry()"]
  e16da5d1_b19e_4d45_229b_91569861926e -->|calls| 5cbc150a_58ed_127f_bbe8_1013d97ec91b
  31a82895_680f_e743_50a1_a534a56f3429["getPermissions()"]
  5cbc150a_58ed_127f_bbe8_1013d97ec91b -->|calls| 31a82895_680f_e743_50a1_a534a56f3429
  style 5cbc150a_58ed_127f_bbe8_1013d97ec91b 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/BootZipCopyAction.java lines 461–464

		private int getFileMode() {
			return (BootZipCopyAction.this.fileMode != null) ? BootZipCopyAction.this.fileMode
					: UnixStat.DEFAULT_FILE_PERM;
		}

Domain

Subdomains

Frequently Asked Questions

What does getFileMode() do?
getFileMode() is a function in the spring-boot codebase.
What does getFileMode() call?
getFileMode() calls 1 function(s): getPermissions.
What calls getFileMode()?
getFileMode() is called by 3 function(s): processFile, writeEntry, writeLoaderEntriesIfNecessary.

Analyze Your Own Codebase

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

Try Supermodel Free