artifactFilesToLibCopySpec() — spring-boot Function Reference
Architecture documentation for the artifactFilesToLibCopySpec() function in ApplicationPluginAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bc1f257f_91e4_fd36_2734_6a313ee1a47f["artifactFilesToLibCopySpec()"] 1df2c97a_af9b_d39c_9164_57f741d8cee9["configureCreateStartScripts()"] 1df2c97a_af9b_d39c_9164_57f741d8cee9 -->|calls| bc1f257f_91e4_fd36_2734_6a313ee1a47f 917d3454_79a0_bd33_182f_d5a06be13a78["artifactFiles()"] bc1f257f_91e4_fd36_2734_6a313ee1a47f -->|calls| 917d3454_79a0_bd33_182f_d5a06be13a78 a9e50b72_a261_97c9_dc84_8dc1411368b1["configureFilePermissions()"] bc1f257f_91e4_fd36_2734_6a313ee1a47f -->|calls| a9e50b72_a261_97c9_dc84_8dc1411368b1 style bc1f257f_91e4_fd36_2734_6a313ee1a47f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ApplicationPluginAction.java lines 99–103
private CopySpec artifactFilesToLibCopySpec(Project project, Configuration configuration) {
CopySpec copySpec = project.copySpec().into("lib").from(artifactFiles(configuration));
configureFilePermissions(copySpec, 0644);
return copySpec;
}
Domain
Subdomains
Calls
- artifactFiles()
- configureFilePermissions()
Called By
Source
Frequently Asked Questions
What does artifactFilesToLibCopySpec() do?
artifactFilesToLibCopySpec() is a function in the spring-boot codebase.
What does artifactFilesToLibCopySpec() call?
artifactFilesToLibCopySpec() calls 2 function(s): artifactFiles, configureFilePermissions.
What calls artifactFilesToLibCopySpec()?
artifactFilesToLibCopySpec() is called by 1 function(s): configureCreateStartScripts.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free