Close Recaf.
()
| 189 | * Close Recaf. |
| 190 | */ |
| 191 | public void exit() { |
| 192 | info("Shutting down"); |
| 193 | PluginsManager.getInstance() |
| 194 | .ofType(ExitPlugin.class) |
| 195 | .forEach(plugin -> plugin.onExit(this)); |
| 196 | config().save(); |
| 197 | ThreadUtil.shutdown(); |
| 198 | if (!InstrumentationResource.isActive()) { |
| 199 | System.exit(0); |
| 200 | } |
| 201 | } |
| 202 | } |
no test coverage detected