(_version?: SoftInstalled)
| 155 | } |
| 156 | |
| 157 | getConfigFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> { |
| 158 | // Java module only manages JDK installations; no service config files |
| 159 | return [] |
| 160 | } |
| 161 | |
| 162 | getLogFiles(_version?: SoftInstalled): Array<{ name: string; path: string }> { |
| 163 | // Java module only manages JDK installations; no service log files |
nothing calls this directly
no outgoing calls
no test coverage detected