Package ro.sync.exml.workspace.api
Class PluginWorkspaceProvider
- java.lang.Object
-
- ro.sync.exml.workspace.api.PluginWorkspaceProvider
-
@API(type=NOT_EXTENDABLE, src=PRIVATE) public final class PluginWorkspaceProvider extends java.lang.Object
Provides static access to the workspace API of the Oxygen editor.- Since:
- 14
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PluginWorkspace
getPluginWorkspace()
Get access to API used to control the Oxygen editors.static void
setPluginWorkspace(PluginWorkspace pluginWorkspace)
Set the workspace.
-
-
-
Method Detail
-
getPluginWorkspace
public static PluginWorkspace getPluginWorkspace()
Get access to API used to control the Oxygen editors. This static access can be used when running the standalone or the Eclipse version of Oxygen from any part of the developer's code.- Returns:
- Returns the pluginWorkspace.
-
setPluginWorkspace
public static void setPluginWorkspace(PluginWorkspace pluginWorkspace)
Set the workspace. FOR INTERNAL USE ONLY.- Parameters:
pluginWorkspace
- The plugin Workspace to set.
-
-