Class DBUpdater
java.lang.Object
br.net.dd.netherwingcore.database.updater.DBUpdater
DBUpdater is responsible for managing database updates based on configuration settings.
It handles the creation, population, and updating of databases as specified by the configuration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrun()Initializes the DBUpdater by reading configuration settings and setting up the logger.
-
Method Details
-
run
public static void run()Initializes the DBUpdater by reading configuration settings and setting up the logger. It also checks which databases are enabled and performs the necessary setup, population, and updates based on the configuration.
-