Package org.eclipse.xtext.ide.server
Interface IMultiRootWorkspaceConfigFactory
-
- All Known Implementing Classes:
MultiProjectWorkspaceConfigFactory,MultiRootWorkspaceConfigFactory
public interface IMultiRootWorkspaceConfigFactory- Since:
- 2.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.workspace.IWorkspaceConfiggetWorkspaceConfig(java.util.List<org.eclipse.lsp4j.WorkspaceFolder> workspaceFolders)Create a workspace config at the given location.
-
-
-
Method Detail
-
getWorkspaceConfig
org.eclipse.xtext.workspace.IWorkspaceConfig getWorkspaceConfig(java.util.List<org.eclipse.lsp4j.WorkspaceFolder> workspaceFolders)
Create a workspace config at the given location.- Parameters:
workspaceFolders- the list of workspace root folders- Returns:
- the workspace configuration.
-
-