public class StubQueryFilter extends Object implements QueryFilter
QUERY_DELIMETER| Constructor and Description |
|---|
StubQueryFilter(List data)
Creates a stub query that returns the given collections as the query
result
|
| Modifier and Type | Method and Description |
|---|---|
List |
query(List queries)
Returns the provided stub data as a stub query result
|
List |
query(String queryStr)
Returns the provided stub data as a stub query result
|
public StubQueryFilter(List data)
data - - the stub query resultCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.