- java.lang.Object
-
- main.FypmsApp
-
public class FypmsApp extends java.lang.ObjectThe 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 privateFypmsApp()Private constructor to prevent instantiation of the class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The entry point for the FYPMS application.
-