()
| 85 | } |
| 86 | |
| 87 | public void start() throws Exception { |
| 88 | startGUI(); |
| 89 | listenPortManager = ListenPortManager.getInstance(); |
| 90 | // encoderのロードに1,2秒かかるのでここでロードをしておく(ここでしておかないと通信がacceptされたタイミングでロードする) |
| 91 | EncoderManager.getInstance(); |
| 92 | VulCheckerManager.getInstance(); |
| 93 | } |
| 94 | |
| 95 | private void startGUI() throws Exception { |
| 96 | String version = "1.0.0"; |
no test coverage detected