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

Method copyDir

lib/java/src/main/java/com/dianping/cat/util/Files.java:252–254  ·  view source on GitHub ↗
(ZipInputStream zis, File baseDir)

Source from the content-addressed store, hash-verified

250 INSTANCE;
251
252 public List<String> copyDir(ZipInputStream zis, File baseDir) throws IOException {
253 return copyDir(zis, baseDir, null);
254 }
255
256 public List<String> copyDir(ZipInputStream zis, File baseDir, Policy policy) throws IOException {
257 List<String> entryNames = new ArrayList<String>();

Callers

nothing calls this directly

Calls 4

createDirMethod · 0.80
applyMethod · 0.65
getNameMethod · 0.65
copyMethod · 0.65

Tested by

no test coverage detected