Class DataSourceLoader

java.lang.Object
fr.multimc.api.commons.data.DataSourceLoader

public class DataSourceLoader extends Object
  • Constructor Details

    • DataSourceLoader

      public DataSourceLoader(@NotNull @NotNull org.bukkit.configuration.file.FileConfiguration config, File dataFolder, Logger logger)
      Create a new DataSourceLoader
      Parameters:
      config - FileConfiguration of the plugin
      dataFolder - File that is the data folder of the plugin
      logger - Logger of the plugin
  • Method Details

    • loadDataSource

      @Nullable public @Nullable IDataSource loadDataSource()
      Load the data source from the config file
      Returns:
      IDataSource and throw an error if unknown data source type