org.eclipse.emf.cdo.workspace.efs
Class CDOFS

java.lang.Object
  extended by org.eclipse.emf.cdo.workspace.efs.CDOFS

public final class CDOFS
extends Object

This class is the main entry point to the Eclipse File System (EFS) implementation for CDO workspaces.


Method Summary
static void checkout(ICheckoutSource checkoutSource, String projectName, IProgressMonitor monitor)
           
static CDOWorkspace open(String projectName, File projectFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public static CDOWorkspace open(String projectName,
                                File projectFolder)
                         throws Exception
Throws:
Exception

checkout

public static void checkout(ICheckoutSource checkoutSource,
                            String projectName,
                            IProgressMonitor monitor)
                     throws Exception
Throws:
Exception


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.