Interface ISessionWorkspaceProvider
-
public interface ISessionWorkspaceProvider
A provider for a workspace directory with the lifetime of a user session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getSessionWorkspace()
Returns the directory representing this user session's workspace.
-