newFile() — spring-boot Function Reference
Architecture documentation for the newFile() function in AbstractBootArchiveTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d6707113_61d0_541a_226a_16c5623dd55c["newFile()"] 8dcff342_5784_da71_42b4_17d716ec6693["devtoolsJarIsExcludedByDefault()"] 8dcff342_5784_da71_42b4_17d716ec6693 -->|calls| d6707113_61d0_541a_226a_16c5623dd55c 75b14524_6474_4bf9_dd04_f0e5f1303105["jarFile()"] 75b14524_6474_4bf9_dd04_f0e5f1303105 -->|calls| d6707113_61d0_541a_226a_16c5623dd55c style d6707113_61d0_541a_226a_16c5623dd55c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveTests.java lines 648–652
protected File newFile(String name) throws IOException {
File file = new File(this.temp, name);
file.createNewFile();
return file;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does newFile() do?
newFile() is a function in the spring-boot codebase.
What calls newFile()?
newFile() is called by 2 function(s): devtoolsJarIsExcludedByDefault, jarFile.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free