Package org.eclipse.emf.cdo.eresource
Interface CDOResourceFactory
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.resource.Resource.Factory
 - All Known Implementing Classes:
- CDOResourceFactoryImpl
 
 public interface CDOResourceFactory extends org.eclipse.emf.ecore.resource.Resource.FactoryCreatesCDOResourceinstances.Note that the only important task of this factory is to instantiate a CDOResourceImpland mark itexistingor not. All furtherURIprocessing is done later on in the registration process, especially inCDOResourceImpl.basicSetResourceSet().The recognized URI formats are explained in CDOURIUtilandCDOURIData.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CDOResourceFactoryINSTANCE
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final CDOResourceFactory INSTANCE - Since:
- 4.0
 
 
- 
 
-