Package test
Class HardReload
java.lang.Object
test.HardReload
This class is used to clear the database and reload the main class.
This is used to test the whole application.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HardReload
public HardReload()
-
-
Method Details
-
main
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.
-