Class Workspace
java.lang.Object
ca.phon.app.workspace.Workspace
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty for the current workspace folder setting -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileGet the default location of the user's workspace folderGet projects located in the workspace folder.Get the folderstatic voidsetUserWorkspaceFolder(File workspaceFolder) Set the location of the user's workspacestatic WorkspaceGet the user workspacestatic FileGet 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
-
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
-
getProjects
-