Class BungeecordASQLContext.ContextBuilder

    • Method Detail

      • setPlugin

        public BungeecordASQLContext.ContextBuilder setPlugin​(@NotNull
                                                              net.md_5.bungee.api.plugin.Plugin plugin)
        Sets the Plugin which created this BungeecordASQLContext.
        Parameters:
        plugin - the EXISTING Plugin which created this BungeecordASQLContext
        Returns:
        This ContextBuilder instance
      • setCredentials

        public BungeecordASQLContext.ContextBuilder setCredentials​(@NotNull
                                                                   com.glyart.asql.common.database.DataSourceCredentials credentials)
        Sets the given credentials for connecting to a data source.
        Parameters:
        credentials - The credentials for connecting to a data source
        Returns:
        This ContextBuilder instance
      • setDatabaseHandler

        public BungeecordASQLContext.ContextBuilder setDatabaseHandler​(@Nullable
                                                                       com.glyart.asql.common.database.DataSourceHandler dataSourceHandler)
        Sets the handler for the data source interaction. If it's not provided then a Hikari based default implementation will be used.
        Parameters:
        dataSourceHandler - The handler for the data source interaction.
        Returns:
        This ContextBuilder instance
        See Also:
        DefaultDataSourceHandler
      • build

        @NotNull
        public BungeecordASQLContext build()
        Builds a new BungeecordASQLContext.
        Returns:
        a new instance of BungeecordASQLContext