public class EmptyVarProvider implements VarProvider
| Modifier and Type | Field and Description |
|---|---|
static EmptyVarProvider |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.String varName) |
java.lang.Object |
get(java.lang.String varName)
Get the value for the specified variable.
|
contains, getpublic static EmptyVarProvider INSTANCE