public class NoopContext extends Object implements StatementContext
| Constructor and Description |
|---|
NoopContext() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<String> |
collect(String key)
Collects all values matching a key.
|
LinkedList<String[]> |
collectTuples(String key)
Collects all tuples matching a key.
|
String |
get(String key)
Get a value matching the key.
|
String[] |
getTuple(String key)
Get a tuple matching the key.
|
String |
resolve(String key)
Resolves a value matching the key.
|
String[] |
resolveTuple(String key)
Resolves a tuple matching the key.
|
public String get(String key)
StatementContextget in interface StatementContextpublic String[] getTuple(String key)
StatementContextgetTuple in interface StatementContextpublic String resolve(String key)
StatementContextresolve in interface StatementContextpublic String[] resolveTuple(String key)
StatementContextresolveTuple in interface StatementContextpublic LinkedList<String> collect(String key)
StatementContextcollect in interface StatementContextpublic LinkedList<String[]> collectTuples(String key)
StatementContextcollectTuples in interface StatementContextCopyright © 2016 JBoss by Red Hat. All rights reserved.