(ExecutionContext context)
| 63 | } |
| 64 | |
| 65 | public Runner withContext(ExecutionContext context) { |
| 66 | this.context = context; |
| 67 | this.compiler.withContext( context ); |
| 68 | return this; |
| 69 | } |
| 70 | |
| 71 | public Runner withFileName(String fileName) { |
| 72 | this.compiler.withFileName( fileName ); |