(Trie target)
| 47 | private List<File> whileypath = Collections.EMPTY_LIST; |
| 48 | |
| 49 | public Executor setTarget(Trie target) { |
| 50 | this.target = target; |
| 51 | return this; |
| 52 | } |
| 53 | |
| 54 | public Executor setWhileyPath(List<File> whileypath) { |
| 55 | this.whileypath = whileypath; |