public class DataStorageFactory extends Object
DataStorage factory.| Constructor and Description |
|---|
DataStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends VType> |
createStorage(Class<V> type)
Build the list of
DataStorage corresponding to the specified
type. |
public static <V extends VType> DataStorage createStorage(Class<V> type)
DataStorage corresponding to the specified
type. TODO: build the list from extension points.type - VTypeCollection of DataStorageCopyright © 2010–2015. All rights reserved.