- Mentat - Class in org.mozilla.mentat
-
The primary class for accessing Mentat's API.
This class provides all of the basic API that can be found in Mentat's Store struct.
The raw pointer it holds is a pointer to a Store.
- Mentat(String) - Constructor for class org.mozilla.mentat.Mentat
-
Open a connection to a Store in a given location.
If the store does not already exist, one will be created.
- Mentat() - Constructor for class org.mozilla.mentat.Mentat
-
Open a connection to an in-memory Store.
- Mentat(Pointer) - Constructor for class org.mozilla.mentat.Mentat
-
Create a new Mentat with the provided pointer to a Mentat Store