Package lexfo.scalpel
Class Config._GlobalData
java.lang.Object
lexfo.scalpel.Config._GlobalData
- Enclosing class:
- Config
Global configuration.
This is the configuration that is shared between all projects.
It contains the list of venvs and the default values.
The default values are inferred from the user behavior.
For a new project, the default venv, script and framework paths are laste ones selected by the user in any different project.
If the user has never selected a venv, script or framework, the default values are set to default values.
-
Field Summary
Modifier and TypeFieldDescriptionList of registered venv paths. -
Constructor Summary
-
Method Summary
-
Field Details
-
workspacePaths
List of registered venv paths. -
defaultWorkspacePath
-
defaultScriptPath
-
jdkPath
-
logLevel
-
openScriptCommand
-
editScriptCommand
-
openFolderCommand
-
-
Constructor Details
-
_GlobalData
private _GlobalData()
-