Uses of Enum Class
com.ranull.graves.manager.DataManager.Type
Packages that use DataManager.Type
-
Uses of DataManager.Type in com.ranull.graves.manager
Fields in com.ranull.graves.manager declared as DataManager.TypeModifier and TypeFieldDescriptionprivate DataManager.Type
DataManager.type
The type of the component or event.Methods in com.ranull.graves.manager that return DataManager.TypeModifier and TypeMethodDescriptionstatic DataManager.Type
Returns 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 TypeMethodDescriptionprivate void
DataManager.configureMySQLOrMariaDB
(com.zaxxer.hikari.HikariConfig config, DataManager.Type type) Configures the HikariConfig for MySQL or MariaDB.void
DataManager.loadType
(DataManager.Type type) Loads the database type and sets up the data source.void
DataManager.reload
(DataManager.Type type) Reloads the data manager with the specified type.