Package test

Class HardReload

java.lang.Object
test.HardReload

public class HardReload extends Object
This class is used to clear the database and reload the main class. This is used to test the whole application.
  • Constructor Details

    • HardReload

      public HardReload()
  • Method Details

    • main

      public static void main(String[] args)
      Clears the data from all repositories and reloads the main class. This is used for testing the whole application.
      Parameters:
      args - The command-line arguments passed to the main method.