Class CDOResourceFactoryImpl
- java.lang.Object
- 
- org.eclipse.emf.cdo.eresource.impl.CDOResourceFactoryImpl
 
- 
- All Implemented Interfaces:
- CDOResourceFactory,- org.eclipse.emf.ecore.resource.Resource.Factory
 
 public class CDOResourceFactoryImpl extends java.lang.Object implements CDOResourceFactory Creates defaultCDOResourceinstances.- Author:
- Eike Stepper
- No Extend
- This class is not intended to be subclassed by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CDOResourceFactoryINSTANCE
 - 
Constructor SummaryConstructors Constructor Description CDOResourceFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CDOResourceImplcreateCDOResource(org.eclipse.emf.common.util.URI uri)org.eclipse.emf.ecore.resource.ResourcecreateResource(org.eclipse.emf.common.util.URI uri)java.util.Set<java.lang.String>getResourceSetClassNames()protected booleanisGetResource()TODO Add TCs to ensure that Ecore internally doesn't change the way the stack is used!!!
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final CDOResourceFactory INSTANCE - Since:
- 4.0
 
 
- 
 - 
Method Detail- 
getResourceSetClassNamespublic java.util.Set<java.lang.String> getResourceSetClassNames() - Since:
- 4.2
 
 - 
createResourcepublic org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri) - Specified by:
- createResourcein interface- org.eclipse.emf.ecore.resource.Resource.Factory
 
 - 
createCDOResourceprotected CDOResourceImpl createCDOResource(org.eclipse.emf.common.util.URI uri) - Since:
- 4.0
 
 - 
isGetResourceprotected boolean isGetResource() TODO Add TCs to ensure that Ecore internally doesn't change the way the stack is used!!!- Since:
- 3.0
 
 
- 
 
-