MCPcopy Create free account
hub / github.com/DiUS/java-faker / EnFile

Method EnFile

src/main/java/com/github/javafaker/service/files/EnFile.java:11–13  ·  view source on GitHub ↗
(String file)

Source from the content-addressed store, hash-verified

9 private final String path;
10
11 private EnFile(String file) {
12 this(file, file.replaceFirst(".yml", ""));
13 }
14
15 private EnFile(String file, String path) {
16 this.file = file;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected