Interface ISessionWorkspaceProvider
public interface ISessionWorkspaceProvider
A provider for a workspace directory with the lifetime of a user session.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the directory representing this user session's workspace.
-
Method Details
-
getSessionWorkspace
File getSessionWorkspace()Returns the directory representing this user session's workspace.Files put in this directory will be available during the user session and will be automatically cleaned up when the user session is closed (or expires).
-