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 IDataSource
public Map<String,Object> getMap()
getMap
in interface IDataSource
public boolean isValid()
IDataSource
isValid
in interface IDataSource
Copyright © 2012-2018. All Rights Reserved.