Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html
index da84771ab0..7ee3fd0075 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOURIUtil.html
@@ -175,10 +175,10 @@ Class CDOURIUtil</H2>
<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>&nbsp;newCDOID)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converting temporary CDOID to External CDOID <br>
- e.g.: <br>
- baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2<br>
- newCDOID = OID2<br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converting temporary CDOID to External CDOID <br>
+ e.g.: <br>
+ baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2<br>
+ newCDOID = OID2<br>
return = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#1/2</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -206,9 +206,9 @@ Class CDOURIUtil</H2>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;path)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- cdo://repositoryUUID/path
-
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ cdo://repositoryUUID/path
+
The path is added at the end of "cdo://repositoryUUID".</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -374,13 +374,13 @@ createResourceURI</H3>
public static <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</A> <B>createResourceURI</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;repositoryUUID,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;path)</PRE>
<DL>
-<DD><p>
- cdo://repositoryUUID/path
- <p>
- The path is added at the end of "cdo://repositoryUUID". If path doesn't start with '/', it will be added
- automatically. <br>
- e.g.: /resA or resA will give the same result -> cdo://repositoryUUID/resA <br>
- authority = repositoryUUID <br>
+<DD><p>
+ cdo://repositoryUUID/path
+ <p>
+ The path is added at the end of "cdo://repositoryUUID". If path doesn't start with '/', it will be added
+ automatically. <br>
+ e.g.: /resA or resA will give the same result -> cdo://repositoryUUID/resA <br>
+ authority = repositoryUUID <br>
path = /resA
<P>
<DD><DL>
@@ -419,10 +419,10 @@ convertExternalCDOID</H3>
public static <A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A> <B>convertExternalCDOID</B>(<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</A>&nbsp;baseURI,
<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>&nbsp;newCDOID)</PRE>
<DL>
-<DD>Converting temporary CDOID to External CDOID <br>
- e.g.: <br>
- baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2<br>
- newCDOID = OID2<br>
+<DD>Converting temporary CDOID to External CDOID <br>
+ e.g.: <br>
+ baseURI = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#5/2<br>
+ newCDOID = OID2<br>
return = cdo://2a57dfcf-8f97-4d39-8e17-9d99ae5c4b3c/resB#1/2
<P>
<DD><DL>

Back to the top