- java.lang.Object
-
- main.FypmsApp
-
public class FypmsApp extends java.lang.Object
The main class responsible for running the FYPMS application.This class handles initializing of the data store, authentication for users to log in, and starting the appropriate session based on the role of the logged-in user.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FypmsApp()
Private constructor to prevent instantiation of the class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The entry point for the FYPMS application.
-