Uses of Enum Class
com.ranull.graves.manager.DataManager.Type
Packages that use DataManager.Type
-
Uses of DataManager.Type in com.ranull.graves.manager
Subclasses with type arguments of type DataManager.Type in com.ranull.graves.managerModifier and TypeClassDescriptionstatic enumEnum representing the types of databases supported.Methods in com.ranull.graves.manager that return DataManager.TypeModifier and TypeMethodDescriptionstatic DataManager.TypeReturns the enum constant of this class with the specified name.static DataManager.Type[]DataManager.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ranull.graves.manager with parameters of type DataManager.TypeModifier and TypeMethodDescriptionvoidDataManager.loadType(DataManager.Type type) Loads the database type and sets up the data source.voidDataManager.reload(DataManager.Type type) Reloads the data manager with the specified type. -
Uses of DataManager.Type in dev.cwhead.GravesX.manager.db
Methods in dev.cwhead.GravesX.manager.db with parameters of type DataManager.TypeModifier and TypeMethodDescriptionstatic com.zaxxer.hikari.HikariCredentialsProviderCredentialsProviderFactory.forType(Graves plugin, DataManager.Type type)