(String target)
| 35 | |
| 36 | |
| 37 | public static void setRootPathContext(String target) { |
| 38 | System.setProperty("user.dir", target); |
| 39 | POSIX posix = POSIXFactory.getPOSIX(new PosixHandler(), true); |
| 40 | posix.chdir(target); |
| 41 | } |
| 42 | |
| 43 | |
| 44 |
no outgoing calls
no test coverage detected