java.lang.Object
com.github.eventmanager.filehandlers.ConfigLoader

@Deprecated public class ConfigLoader extends Object
Deprecated.
This class is deprecated and will be removed in a future release. Use the LogHandler class from the com.github.eventmanager package instead.
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 Details

    • ConfigLoader

      @Deprecated public ConfigLoader(String configPath)
      Deprecated.
      Constructs a ConfigLoader with the specified configuration file path.
      Parameters:
      configPath - the path to the configuration file.