Class CDOResourceFactoryImpl
java.lang.Object
org.eclipse.emf.cdo.eresource.impl.CDOResourceFactoryImpl
- All Implemented Interfaces:
CDOResourceFactory
,Resource.Factory
Creates default
CDOResource
instances.- Author:
- Eike Stepper
- No Extend
- This class is not intended to be subclassed by clients.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CDOResourceImpl
createCDOResource
(URI uri) createResource
(URI uri) protected boolean
TODO Add TCs to ensure that Ecore internally doesn't change the way the stack is used!!!
-
Field Details
-
INSTANCE
- Since:
- 4.0
-
-
Constructor Details
-
CDOResourceFactoryImpl
public CDOResourceFactoryImpl()
-
-
Method Details
-
getResourceSetClassNames
- Since:
- 4.2
-
createResource
- Specified by:
createResource
in interfaceResource.Factory
-
createCDOResource
- Since:
- 4.0
-
isGetResource
protected boolean isGetResource()TODO Add TCs to ensure that Ecore internally doesn't change the way the stack is used!!!- Since:
- 3.0
-