Package dataProviders
package dataProviders
The dataProviders package contains classes related to data providers used in the Pacman project.
These classes handle reading and retrieving data from various sources.
Currently, it only handles reading the Configuration.properties file.
-
ClassesClassDescriptionThe ConfigFileReader class is responsible for reading and retrieving configuration properties from the Configuration.properties file.