|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.model.WorkspaceLocator
public final class WorkspaceLocator
This class maintains a mapping for each workspace provider to its ID.
| Method Summary | |
|---|---|
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 provier exists for the given identifier. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ESWorkspaceProviderImpl createWorkspaceProviderFor(String workspaceProviderId)
workspaceProviderId - the identifier that will be associated with the workspace
public static boolean hasId(String workspaceProviderId)
workspaceProviderId - the workspace provider identifier
public static ESWorkspaceProviderImpl getWorkspaceById(String workspaceProviderId)
workspaceProviderId - the workspace ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||