MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / main

Method main

annotations/DemoProcessFiles.java:8–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

6
7public class DemoProcessFiles {
8 public static void main(String[] args) {
9 new ProcessFiles(file -> System.out.println(file),
10 "java").start(args);
11 }
12}
13/* Output:
14.\AtUnitExample1.java

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected