org.eclipse.emf.emfstore.internal.client.provider
Class ClientXMIResourceSetProvider

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.provider.ClientXMIResourceSetProvider
All Implemented Interfaces:
ESResourceSetProvider

public class ClientXMIResourceSetProvider
extends Object
implements ESResourceSetProvider

This is the default resource set provider of EMFStore client which will be used if no extension is offered.

Author:
jfaltermeier

Constructor Summary
ClientXMIResourceSetProvider()
           
 
Method Summary
 org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
          Returns ResourceSet with load and save options configured and including ResourceFactoryRegistry and URIConverter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientXMIResourceSetProvider

public ClientXMIResourceSetProvider()
Method Detail

getResourceSet

public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
Returns ResourceSet with load and save options configured and including ResourceFactoryRegistry and URIConverter.

Specified by:
getResourceSet in interface ESResourceSetProvider
Returns:
the ResourceSet
See Also:
ESResourceSetProvider.getResourceSet()


Copyright © 2015. All Rights Reserved.