public interface IModelioContext
Modifier and Type | Method and Description |
---|---|
File |
getInstallPath()
Get the current installation directory of Modelio.
|
String |
getLanguage()
Get the language defined for resources.
|
File |
getProjectSpacePath()
Deprecated.
use
IProjectStructure.getPath() instead. |
Version |
getVersion()
Get the version of the current Modelio
|
File |
getWorkspacePath()
Get the current workspace path of Modelio.
|
String getLanguage()
@Deprecated File getProjectSpacePath()
IProjectStructure.getPath()
instead.null
if no project is currently opened: You also can use
getConfiguration().getProjectSpacePath()
on the module.
Version getVersion()
File getWorkspacePath()
File getInstallPath()