Uses of Class
net.alpenblock.bungeeperms.io.BackEndType
-
Packages that use BackEndType Package Description net.alpenblock.bungeeperms net.alpenblock.bungeeperms.io -
-
Uses of BackEndType in net.alpenblock.bungeeperms
Methods in net.alpenblock.bungeeperms with parameters of type BackEndType Modifier and Type Method Description void
PermissionsManager. migrateBackEnd(BackEndType bet)
Migrates the permissions to the given backnd type.void
BPConfig. setBackendType(BackEndType type)
-
Uses of BackEndType in net.alpenblock.bungeeperms.io
Methods in net.alpenblock.bungeeperms.io that return BackEndType Modifier and Type Method Description static BackEndType
BackEndType. getByName(java.lang.String name)
BackEndType
BackEnd. getType()
BackEndType
MySQLBackEnd. getType()
BackEndType
MySQLUUIDPlayerDB. getType()
BackEndType
UUIDPlayerDB. getType()
BackEndType
YAMLBackEnd. getType()
BackEndType
YAMLUUIDPlayerDB. getType()
static BackEndType
BackEndType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BackEndType[]
BackEndType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-