Path to the folder that will contain processed .java source files. Not the location for .pde files, since that can be obtained from the sketch.
()
| 556 | * the location for .pde files, since that can be obtained from the sketch. |
| 557 | */ |
| 558 | public File getSrcFolder() { |
| 559 | return srcFolder; |
| 560 | } |
| 561 | |
| 562 | |
| 563 | public File getBinFolder() { |
no outgoing calls
no test coverage detected