Interface HudDatabaseConnector


public interface HudDatabaseConnector
A connector of database.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull HudDatabase
    connect(@NotNull YamlObject section)
    Tries to connect
  • Method Details

    • connect

      @NotNull @NotNull HudDatabase connect(@NotNull @NotNull YamlObject section)
      Tries to connect
      Parameters:
      section - connection information
      Returns:
      connected database
      Throws:
      RuntimeException - if connection has failed.
      See Also: