@ParametersAreNonnullByDefault public class InMemoryBackendFactory extends AbstractBackendFactory<InMemoryConfig>
BackendFactory that create InMemoryBackend
instances.| Constructor and Description |
|---|
InMemoryBackendFactory()
Constructs a new
InMemoryBackendFactory. |
| Modifier and Type | Method and Description |
|---|---|
Backend |
createBackend(org.eclipse.emf.common.util.URI uri,
ImmutableConfig baseConfig)
Creates a new
Backend located by the uri. |
createLocalBackend, createRemoteBackend, name, supportsTransientcreateMapper, createMapperpublic InMemoryBackendFactory()
InMemoryBackendFactory.@Nonnull public Backend createBackend(org.eclipse.emf.common.util.URI uri, ImmutableConfig baseConfig)
BackendFactoryBackend located by the uri.createBackend in interface BackendFactorycreateBackend in class AbstractBackendFactory<InMemoryConfig>uri - the URI where to store the back-endbaseConfig - the base configuration that defines the behaviour of the back-endCopyright © 2013–2019 Atlanmod. All rights reserved.