Interface with Java class DataStore, used for storing arbitrary information.
Optional
Protected
Wraps a Java DataStore around a Lara DataStore.
the value corresponding to the given key, or undefined if no value or null value is found
The configuration file, if one was used, or undefined otherwise.
The folder of the configuration file, if one was used, or undefined otherwise.
The folder that is considered the working folder of the current context.
The folder where the code represented by the AST will be written at the end of execution.
java.lang.Class representing the type of the value of the given key
Checks if the given key has an associated value in the DataStore.
The name of the key to check
true if the data store has a value for the given key, false otherwise
Store the given value with the given key.
Interface with Java class DataStore, used for storing arbitrary information.