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.
()
| 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) { |