public final class ESClientURIUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_SEGMENT
The EMFStore URI segment for client workspaces.
|
static String |
OPERATIONS_SEGMENT
The EMFStore URI segment for a project's operations.
|
static String |
PROJECT_SEGMENT
The EMFStore URI segment for a project.
|
static String |
PROJECTSPACE_SEGMENT
The EMFStore URI segment for a projectspace.
|
static String |
PROJECTSPACES_SEGMENT
The EMFStore URI segment for projectspaces.
|
static String |
SCHEME
The EMFStore URI scheme.
|
static String |
WORKSPACE_SEGMENT
The EMFStore URI segment for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.common.util.URI |
createOperationsURI(IdentifiableElement projectSpace)
Creates an EMFStore URI for addressing the operations of a projectspace.
|
static org.eclipse.emf.common.util.URI |
createProjectSpaceURI(IdentifiableElement projectSpace)
Creates an EMFStore URI for addressing the projectspace fragment of a project.
|
static org.eclipse.emf.common.util.URI |
createProjectURI(IdentifiableElement projectSpace)
Creates an EMFStore URI for addressing the project fragment of a projectspace.
|
static org.eclipse.emf.common.util.URI |
createWorkspaceURI()
Creates an EMFStore URI for addressing the client's workspace.
|
public static final String SCHEME
public static final String CLIENT_SEGMENT
public static final String PROJECTSPACES_SEGMENT
public static final String WORKSPACE_SEGMENT
public static final String PROJECT_SEGMENT
public static final String PROJECTSPACE_SEGMENT
public static final String OPERATIONS_SEGMENT
public static org.eclipse.emf.common.util.URI createWorkspaceURI()
public static org.eclipse.emf.common.util.URI createProjectURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpacepublic static org.eclipse.emf.common.util.URI createOperationsURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpacepublic static org.eclipse.emf.common.util.URI createProjectSpaceURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpaceCopyright © 2017. All rights reserved.