public final class BackingStoreFactoryRegistry extends Object
BackingStoreFactory.| Constructor and Description |
|---|
BackingStoreFactoryRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static BackingStoreFactory |
getFactoryInstance(String type)
Return an instance of BackingStoreFactory for the
specified type.
|
static Set<String> |
getRegisteredTypes() |
static BackingStoreFactory |
register(String type,
BackingStoreFactory factory) |
static void |
unregister(String type)
Will be called by Store's Lifecycle module to unregister
the factory class name.
|
public static BackingStoreFactory register(String type, BackingStoreFactory factory)
type - factory - DuplicateFactoryRegistrationExceptionpublic static BackingStoreFactory getFactoryInstance(String type) throws BackingStoreException
BackingStoreExceptionpublic static void unregister(String type)
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.