Class SqlDataStore.Factory

  • All Implemented Interfaces:
    ca.stellardrift.permissionsex.datastore.DataStoreFactory
    Enclosing class:
    SqlDataStore

    @AutoService(ca.stellardrift.permissionsex.datastore.DataStoreFactory.class)
    public static final class SqlDataStore.Factory
    extends ca.stellardrift.permissionsex.impl.backend.AbstractDataStore.Factory<SqlDataStore,​ca.stellardrift.permissionsex.datastore.sql.SqlDataStore.Config>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface ca.stellardrift.permissionsex.datastore.DataStoreFactory

        ca.stellardrift.permissionsex.datastore.DataStoreFactory.Convertable
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Constructor Detail