Class ConfigLoader
java.lang.Object
com.github.eventmanager.filehandlers.ConfigLoader
Deprecated.
The ConfigLoader class is responsible for loading the configuration settings for the EventManager application.
It reads the configuration from a specified file path and deserializes it into a Config object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigLoader
Deprecated.Constructs a ConfigLoader with the specified configuration file path.- Parameters:
configPath
- the path to the configuration file.
-
LogHandler
class from the com.github.eventmanager package instead.