Class DatabaseUpdater
java.lang.Object
com.ordwen.odailyquests.tools.updater.database.DatabaseUpdater
- All Implemented Interfaces:
IDatabaseUpdater
- Direct Known Subclasses:
Update0to1
,Update1to2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.bukkit.configuration.file.FileConfiguration
protected final File
protected final DatabaseManager
protected final ProgressionFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ordwen.odailyquests.tools.updater.database.IDatabaseUpdater
apply, applyMySQL, applySQLite, applyYAML
-
Field Details
-
configFile
-
config
protected final org.bukkit.configuration.file.FileConfiguration config -
databaseManager
-
progressionFile
-
-
Constructor Details
-
DatabaseUpdater
-
-
Method Details
-
updateVersion
-