|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.userstorage.business.UserStorageManager
public final class UserStorageManager
static functions on UserStorage
Method Summary | |
---|---|
static void |
build(org.restlet.Context context,
UserStorage storage)
Builds user directory |
static boolean |
checkDiskSpace(org.restlet.Context context,
UserStorage storage)
Checks if quota exceeded |
static void |
clean(org.restlet.Context context,
UserStorage storage)
Delete recursively all files except config files. |
static void |
delete(org.restlet.Context context,
UserStorage storage)
Delete recursively all files. |
static void |
refresh(org.restlet.Context context,
UserStorage storage)
Refresh UserStorage definition according to the physical user directory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean checkDiskSpace(org.restlet.Context context, UserStorage storage)
context
- Context containing SitoolsSettings instance attributestorage
- UserStorage
public static void build(org.restlet.Context context, UserStorage storage)
context
- Context containing SitoolsSettings instance attributestorage
- UserStoragepublic static void refresh(org.restlet.Context context, UserStorage storage)
context
- Context containing SitoolsSettings instance attributestorage
- UserStorage to refreshpublic static void clean(org.restlet.Context context, UserStorage storage)
context
- Context containing SitoolsSettings instance attributestorage
- UserStorage to cleanpublic static void delete(org.restlet.Context context, UserStorage storage)
context
- Context containing SitoolsSettings instance attributestorage
- UserStorage to clean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |