Package org.molgenis.vibe.core.io.input
Class VibeDatabase
- java.lang.Object
-
- org.molgenis.vibe.core.io.input.VibeDatabase
-
public class VibeDatabase extends Object
A vibe database that can be accessed through retrieving theModelReader. Also validates the database & accessibility on the file system before it is actually loaded through theModelReader.
-
-
Constructor Summary
Constructors Constructor Description VibeDatabase(Path dbPath, ModelReaderFactory modelReaderFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelReadergetModelReader()
-
-
-
Constructor Detail
-
VibeDatabase
public VibeDatabase(Path dbPath, ModelReaderFactory modelReaderFactory) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getModelReader
public ModelReader getModelReader() throws IOException
- Throws:
IOException
-
-