Package ca.phon.app.workspace
Class Workspace
java.lang.Object
ca.phon.app.workspace.Workspace
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property for the current workspace folder setting -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
Get the default location of the user's workspace folderGet projects located in the workspace folder.Get the folderstatic void
setUserWorkspaceFolder
(File workspaceFolder) Set the location of the user's workspacestatic Workspace
Get the user workspacestatic File
Get the location of the current user's workspace folder
-
Field Details
-
WORKSPACE_FOLDER
Property for the current workspace folder setting
-
-
Constructor Details
-
Workspace
Constructor
-
-
Method Details
-
userWorkspaceFolder
Get the location of the current user's workspace folder- Returns:
- the user workspace folder
-
userWorkspace
Get the user workspace- Returns:
- workspace
-
setUserWorkspaceFolder
Set the location of the user's workspace- Parameters:
workspaceFolder
-
-
defaultWorkspaceFolder
Get the default location of the user's workspace folder- Returns:
- default workspace location
-
getWorkspaceFolder
Get the folder- Returns:
- File workspaceFolder
-
getProjects
Get projects located in the workspace folder.- Returns:
- list of project
-