MCPcopy Index your code
hub / github.com/processing/processing / addClasses

Method addClasses

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

Source from the content-addressed store, hash-verified

1258
1259
1260 protected void addClasses(ZipOutputStream zos, File dir) throws IOException {
1261 String path = dir.getAbsolutePath();
1262 if (!path.endsWith("/") && !path.endsWith("\\")) {
1263 path += '/';
1264 }
1265// System.out.println("path is " + path);
1266 addClasses(zos, dir, path);
1267 }
1268
1269
1270 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