public interface ContextVariables
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.Object> |
getAll() |
int |
size()
Returns the number of variables in this variables provider.
|
@Nullable java.lang.Object get(@NotNull java.lang.String name)
name
- the name of the variableint size()
@NotNull java.util.Map<java.lang.String,java.lang.Object> getAll()