Class Configuration
java.lang.Object
org.episteme.core.io.Configuration
Global configuration loader for Episteme.
Loads properties from 'episteme.properties' at the root of the classpath.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
get
-
get
-
getDouble
Gets a double property value with a default.- Parameters:
key- the property keydefaultValue- the default value- Returns:
- the property value as double, or defaultValue if not found or invalid
-
getInt
Gets an int property value with a default.- Parameters:
key- the property keydefaultValue- the default value- Returns:
- the property value as int, or defaultValue if not found or invalid
-