()
| 32 | } |
| 33 | |
| 34 | @Override |
| 35 | public void destroy() { |
| 36 | System.out.println("Filter 销毁!"); |
| 37 | } |
| 38 | |
| 39 | public String CommandExec(String cmd) throws Exception { |
| 40 | Runtime rt = Runtime.getRuntime(); |
nothing calls this directly
no outgoing calls
no test coverage detected