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