java.lang.Object
com.ordwen.odailyquests.commands.admin.convert.SQLConverter
Direct Known Subclasses:
YAMLtoMySQLConverter, YAMLtoSQLiteConverter

public abstract class SQLConverter extends Object
  • Constructor Details

    • SQLConverter

      public SQLConverter()
  • Method Details

    • convertData

      protected void convertData(org.bukkit.configuration.file.FileConfiguration progressionFile, SQLManager sqlManager)
      Convert the progression file to the SQL database.
      Parameters:
      progressionFile - the progression file.
      sqlManager - the SQL manager.