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