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