Class DBUpdater

java.lang.Object
br.net.dd.netherwingcore.database.updater.DBUpdater

public class DBUpdater extends Object
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 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.