Class SQLConverter
java.lang.Object
com.ordwen.odailyquests.commands.admin.convert.SQLConverter
- Direct Known Subclasses:
YAMLtoMySQLConverter
,YAMLtoSQLiteConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
convertData
(org.bukkit.configuration.file.FileConfiguration progressionFile, SQLManager sqlManager) Convert the progression file to the SQL database.
-
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.
-