Return an absolute pathname to the home directory for the specified user. @param user User for which a home directory should be retrieved @return the home directory path
(String user)
| 55 | * @return the home directory path |
| 56 | */ |
| 57 | String getHome(String user); |
| 58 | |
| 59 | |
| 60 | /** |
no outgoing calls
no test coverage detected