public interface DiscoveryContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTenantName()
Returns the name of the tenant.
|
java.io.File |
getTenantPath()
Returns the path of the tenant directory.
|
java.lang.Object |
getUserContext()
Returns the user context object.
|
boolean |
isShowResults()
Returns a boolean flag indicating whether
Connector.testDataSet(...) should return
sample data or not. |
java.lang.Object getUserContext()
boolean isShowResults()
Connector.testDataSet(...)
should return
sample data or not.true
if connector should return sample data, false
otherwisejava.lang.String getTenantName()
java.io.File getTenantPath()