Skip to content
Snippets Groups Projects
Commit da6fe56d authored by Henry Borasch's avatar Henry Borasch
Browse files

added test output

parent be7f56d0
No related branches found
No related tags found
1 merge request!128Add Schema URI via Builder, check against existing destinations
......@@ -22,6 +22,9 @@ public class FileUtil {
File folder = new File(Objects.requireNonNull(FileUtil.class.getClassLoader().getResource(directoryPath)).getFile());
System.out.println("### Henry's test ###: " + folder.getName());
System.out.println("### Henry's test ###: " + folder.getAbsolutePath());
return Arrays.stream(Objects.requireNonNull(folder.listFiles())).map(file -> {
try {
return Files.readString(file.toPath());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment