MCPcopy Index your code
hub / github.com/benfry/processing4 / addClasses

Method addClasses

java/src/processing/mode/java/JavaBuild.java:1162–1169  ·  view source on GitHub ↗
(ZipOutputStream zos, File dir)

Source from the content-addressed store, hash-verified

1160
1161
1162 protected void addClasses(ZipOutputStream zos, File dir) throws IOException {
1163 String path = dir.getAbsolutePath();
1164 if (!path.endsWith("/") && !path.endsWith("\\")) {
1165 path += '/';
1166 }
1167// System.out.println("path is " + path);
1168 addClasses(zos, dir, path);
1169 }
1170
1171
1172 protected void addClasses(ZipOutputStream zos, File dir, String rootPath) throws IOException {

Callers 1

exportApplicationMethod · 0.95

Calls 3

saveStreamMethod · 0.95
listFilesMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected