Package net.runelite.cache
Class DBTableManager
- java.lang.Object
-
- net.runelite.cache.DBTableManager
-
public class DBTableManager extends Object
-
-
Constructor Summary
Constructors Constructor Description DBTableManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBTableDefinitionget(int tableId)Collection<DBTableDefinition>getTables()voidload()
-
-
-
Constructor Detail
-
DBTableManager
public DBTableManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getTables
public Collection<DBTableDefinition> getTables()
-
get
public DBTableDefinition get(int tableId)
-
-