(_version?: SoftInstalled)
| 160 | } |
| 161 | |
| 162 | getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> { |
| 163 | // Java module only manages JDK installations; no service log files |
| 164 | return [] |
| 165 | } |
| 166 | } |
| 167 | export default new Java() |
nothing calls this directly
no outgoing calls
no test coverage detected