public class TestDataSource extends Object implements IDataSource
| Constructor and Description |
|---|
TestDataSource(GlobalContext globalContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
getList() |
Map<String,Object> |
getMap() |
boolean |
isValid()
return true if the connection if ok and if you can use this instance for access data.
|
public TestDataSource(GlobalContext globalContext)
public Collection<Object> getList()
getList in interface IDataSourcepublic Map<String,Object> getMap()
getMap in interface IDataSourcepublic boolean isValid()
IDataSourceisValid in interface IDataSourceCopyright © 2012-2018. All Rights Reserved.