MCPcopy
hub / github.com/dianping/cat / copyDir

Method copyDir

lib/java/src/main/java/com/dianping/cat/util/Files.java:74–76  ·  view source on GitHub ↗
(File from, File to)

Source from the content-addressed store, hash-verified

72 INSTANCE;
73
74 public void copyDir(File from, File to) throws IOException {
75 copyDir(from, to, null);
76 }
77
78 public void copyDir(File from, File to, Policy policy) throws IOException {
79 String[] names = from.list();

Callers

nothing calls this directly

Calls 4

createDirMethod · 0.95
copyFileMethod · 0.95
applyMethod · 0.65
getPathMethod · 0.65

Tested by

no test coverage detected