Interface VariableRepository
- All Superinterfaces:
AutoCloseable, Service, StaticService, VariableAware
- All Known Subinterfaces:
BrowsableVariableRepository
Repository for storing and accessing variables.
- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptiongetId()The id of this repository.@Nullable ObjectremoveVariable(String name) Removes the given variableMethods inherited from interface VariableAware
getVariable, setVariable
-
Method Details
-
getId
String getId()The id of this repository. -
removeVariable
-