All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.wikitext.VariableStore Maven / Gradle / Ivy

The newest version!
package fitnesse.wikitext;

public interface VariableStore extends VariableSource {
  void putVariable(String name, String value);
  int nextId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy