|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.client.util.ESClientURIUtil
public final class ESClientURIUtil
Helper class for EMFStore Client URIs and accessing segments.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static org.eclipse.emf.common.util.URI createWorkspaceURI()
public static org.eclipse.emf.common.util.URI createProjectURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpace
public static org.eclipse.emf.common.util.URI createOperationsURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpace
public static org.eclipse.emf.common.util.URI createProjectSpaceURI(IdentifiableElement projectSpace)
projectSpace - the ProjectSpace
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||