Package com.io7m.looseleaf.database.api
Interface LLDatabaseFactoryType
- All Known Implementing Classes:
LLDatabaseMVStoreFactory
public interface LLDatabaseFactoryType
A factory of databases.
-
Method Summary
-
Method Details
-
open
Open a database.- Parameters:
file- The database file- Returns:
- An open database
- Throws:
IOException- On I/O errors
-