Interface BrowsableVariableRepository

All Superinterfaces:
AutoCloseable, Service, StaticService, VariableAware, VariableRepository

public interface BrowsableVariableRepository extends VariableRepository
A VariableRepository that can browse the variables.
  • Method Details

    • hasVariables

      boolean hasVariables()
      Are there any variables in the repository.
    • size

      int size()
      Number of variables
    • names

      Stream<String> names()
      The variable names
    • getVariables

      Map<String,Object> getVariables()
      Gets all the variables in a Map
    • clear

      void clear()
      Removes all variables