()
| 120 | private List<String> appClassPath = List.of(); |
| 121 | |
| 122 | public List<String> getAppClassPath() { |
| 123 | return appClassPath; |
| 124 | } |
| 125 | |
| 126 | public void setAppClassPath(List<String> appClassPath) { |
| 127 | this.appClassPath = appClassPath; |
no outgoing calls