public final class WorkspaceLocator extends Object
| Modifier and Type | Method and Description |
|---|---|
static ESWorkspaceProviderImpl |
createWorkspaceProviderFor(String workspaceProviderId)
Creates a workspace and associates it with the given ID.
|
static ESWorkspaceProviderImpl |
getWorkspaceById(String workspaceProviderId)
Retrieves the workspace associated with the given ID.
|
static boolean |
hasId(String workspaceProviderId)
Checks whether a workspace provider exists for the given identifier.
|
static void |
removeWorkspaceProviderFor(String workspaceProviderId)
Removes a workspace which is no longer needed.
|
public static ESWorkspaceProviderImpl createWorkspaceProviderFor(String workspaceProviderId)
workspaceProviderId - the identifier that will be associated with the workspacepublic static void removeWorkspaceProviderFor(String workspaceProviderId)
token - public static boolean hasId(String workspaceProviderId)
workspaceProviderId - the workspace provider identifierpublic static ESWorkspaceProviderImpl getWorkspaceById(String workspaceProviderId)
workspaceProviderId - the workspace IDCopyright © 2017. All rights reserved.