MCPcopy Create free account
hub / github.com/diffplug/goomph / parseListFile

Method parseListFile

src/main/java/com/diffplug/gradle/FileMisc.java:355–357  ·  view source on GitHub ↗
(Project project, List<Object> inputs)

Source from the content-addressed store, hash-verified

353 }
354
355 public static List<File> parseListFile(Project project, List<Object> inputs) {
356 return inputs.stream().map(project::file).collect(Collectors.toList());
357 }
358
359 ///////////////////////////
360 // Unix file permissions //

Callers 1

buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected