@ThreadSafe public final class LoggedInUserStorage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_DIRECTORY
The name of the default base directory relative to the WebFileIO where the
data is referenced
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getBaseDirectory() |
static File |
getUserdataDirectory() |
static File |
getUserdataDirectory(String sUserID) |
static void |
setBaseDirectory(String sBaseDirectory)
Set the base directory to be used.
|
public static final String BASE_DIRECTORY
@Nonnull public static String getBaseDirectory()
BASE_DIRECTORY
is used.public static void setBaseDirectory(@Nonnull String sBaseDirectory)
sBaseDirectory - The new base directory. May not be null but maybe
empty.@Nonnull public static File getUserdataDirectory()
Copyright © 2014–2015 Philip Helger. All rights reserved.