Interface with Java class DataStore, used for storing arbitrary information.

Hierarchy (view full)

Constructors

Properties

allowedKeys: any
checkKeys: boolean
definition: any
javaDataStoreInstance: DataStore
keyAliases: Record<string, string> = {}

Methods

  • The folder that is considered the working folder of the current context.

    1. If a configuration file was used, returns the path of the configuration file;
    2. Otherwise, returns the folder from where the weaver was launched.

    Returns File

    The folder where the code represented by the AST will be written at the end of execution.

  • Checks if the given key has an associated value in the DataStore.

    Parameters

    • key: string

      The name of the key to check

    Returns boolean

    true if the data store has a value for the given key, false otherwise