@ParametersAreNonnullByDefault public class BlueprintsBackendFactory extends AbstractBackendFactory<BaseBlueprintsConfig<?>>
BackendFactory that creates BlueprintsBackend instances.| Constructor and Description |
|---|
BlueprintsBackendFactory()
Constructs a new
BlueprintsBackendFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected Backend |
createLocalBackend(Path directory,
BaseBlueprintsConfig<?> config)
Creates a new file-based
Backend. |
createBackend, createRemoteBackend, name, supportsTransientcreateMapper, createMapperpublic BlueprintsBackendFactory()
BlueprintsBackendFactory.@Nonnull protected Backend createLocalBackend(Path directory, BaseBlueprintsConfig<?> config)
AbstractBackendFactoryBackend.
By default, this method throws an UnsupportedOperationException.
createLocalBackend in class AbstractBackendFactory<BaseBlueprintsConfig<?>>directory - the file path where to store the databaseconfig - the configuration that defines the behaviour of the back-endCopyright © 2013–2019 Atlanmod. All rights reserved.