public class UserUtil extends Object
| Constructor and Description |
|---|
UserUtil() |
| Modifier and Type | Method and Description |
|---|---|
static File |
getUserHome(long id)
This method retrieves the user folder.
|
static File |
getUserResource(long id,
String path)
This method retrieves a user resource (file or folder).
|
static File |
getUsersDir()
This method retrieves the users root folder.
|
public static File getUserHome(long id)
id - The user identifierpublic static File getUserResource(long id, String path)
id - The user identifierpath - The resource pathpublic static File getUsersDir()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.