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

Method getAppletExports

app/src/processing/app/Library.java:404–406  ·  view source on GitHub ↗

Applet exports don't go by platform, since by their nature applets are meant to be cross-platform. Technically, you could have a situation where you want to export applet code for different platforms, but it's too obscure a case that we're not interested in supporting it.

()

Source from the content-addressed store, hash-verified

402 * obscure a case that we're not interested in supporting it.
403 */
404 public File[] getAppletExports() {
405 return wrapFiles(appletExportList);
406 }
407
408
409 public File[] getApplicationExports(int platform, String variant) {

Callers

nothing calls this directly

Calls 1

wrapFilesMethod · 0.95

Tested by

no test coverage detected