CoastalHacking / semiotics-main

Semiotics models and stand-alone product / UI
Apache License 2.0
0 stars 0 forks source link

Consider using an EMFStore Location Provider #31

Open jpasski opened 8 years ago

jpasski commented 8 years ago

From EclipseSource EMFStore Server Setup:

Alternatively, you can also provide a custom implementation for defining the folder where data is stored in by implementing an ESLocationProvider and registering it at the org.eclipse.emf.emfstore.server.locationProvider extension point of the org.eclipse.emf.emfstore.server plugin.

<extension point="org.eclipse.emf.emfstore.server.locationProvider">
    <LocationProvider providerClass="org.eclipse.example.ESLocationProviderExample">
    </LocationProvider>
</extension>

This could be used to provide a temporal workspace when testing, so as not to interfere with the default location.