Class VariableStore

    • Constructor Detail

      • VariableStore

        public VariableStore​(String name)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: VariableProvider
        Method return the name of this provider. The name should inform about the origin.
        Specified by:
        getName in interface VariableProvider
        Returns:
        the name as string.
      • getValues

        public Map<String,​String> getValues​(String variableContains)
        Method resolves all variables whose name contains the given identifier.
        Specified by:
        getValues in interface VariableProvider
        Parameters:
        variableContains - the identifier to select the variables.
        Returns:
        a map of the variable name and its current value.
      • store

        public void store​(String key,
                          String value)
        Stores the key value pair into the variable Store.
        Parameters:
        key -
        value -