java.lang.Object
eus.ehu.hotelreservation.configuration.Config
Singleton that loads and exposes application configuration from
config.properties.
Provides access to database-related settings such as the open mode (initialize vs. reuse existing schema), the database name, and whether the data-access layer is local or remote.
-
Method Summary
-
Method Details
-
getInstance
-
getDataBaseOpenMode
-
getDatabaseName
-
isDataAccessLocal
public boolean isDataAccessLocal()
-