Package main

Class CAMS


  • public class CAMS
    extends java.lang.Object
    The CAMS class serves as the entry point for the CAMS (Campus Activities Management System) application. It initializes the necessary components, handles user authentication, and launches the appropriate user interface based on the user's role. The application runs in an infinite loop, allowing multiple users to operate it.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CAMS()
      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)
      Entry point for CAMS application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CAMS

        private CAMS()
        Private constructor to prevent instantiation of the class
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for CAMS application. This method is responsible for running an infinite loop which allows multiple users to operate the application
        Parameters:
        args - an array of String arguments passed to this methods