Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-11 06:50:04 +0000
committerEike Stepper2012-06-11 06:50:04 +0000
commit9aa5e39806741becc197d51710632b81365d8eea (patch)
treed68d8f51ed87d457af81e38c9d1dc4717dd9896c /plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html
parent4e5317b65d21a08dd2a3f0c7cfabf2484ec35f68 (diff)
downloadcdo-9aa5e39806741becc197d51710632b81365d8eea.tar.gz
cdo-9aa5e39806741becc197d51710632b81365d8eea.tar.xz
cdo-9aa5e39806741becc197d51710632b81365d8eea.zip
Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html
index 575d844760..f316277423 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/workspace/efs/CDOFS.html
@@ -110,7 +110,7 @@ Class CDOFS</H2>
<P>
-This class is the main entry point to the <CODE>Eclipse File System (EFS)</CODE> implementation
+This class is the main entry point to the <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/filesystem/EFS.html?is-external=true" title="class or interface in org.eclipse.core.filesystem"><CODE>Eclipse File System (EFS)</CODE></A> implementation
for CDO <A HREF="../../../../../../org/eclipse/emf/cdo/workspace/CDOWorkspace.html" title="interface in org.eclipse.emf.cdo.workspace"><CODE>workspaces</CODE></A>.
<P>
@@ -132,7 +132,7 @@ This class is the main entry point to the <CODE>Eclipse File System (EFS)</CODE>
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/workspace/efs/CDOFS.html#checkout(org.eclipse.emf.cdo.location.ICheckoutSource, java.lang.String, org.eclipse.core.runtime.IProgressMonitor)">checkout</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/location/ICheckoutSource.html" title="interface in org.eclipse.emf.cdo.location">ICheckoutSource</A>&nbsp;checkoutSource,
<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;projectName,
- org.eclipse.core.runtime.IProgressMonitor&nbsp;monitor)</CODE>
+ <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A>&nbsp;monitor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -189,7 +189,7 @@ checkout</H3>
<PRE>
public static void <B>checkout</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/location/ICheckoutSource.html" title="interface in org.eclipse.emf.cdo.location">ICheckoutSource</A>&nbsp;checkoutSource,
<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;projectName,
- org.eclipse.core.runtime.IProgressMonitor&nbsp;monitor)
+ <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A>&nbsp;monitor)
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><DL>

Back to the top