Package de.uni_hildesheim.sse
Class Config
- java.lang.Object
-
- de.uni_hildesheim.sse.Config
-
public class Config extends java.lang.ObjectStores some global configuration values.- Debug messages are enabled using
-Divml.core.debug=trueas JVM parameter
- Author:
- Holger Eichelberger
- Debug messages are enabled using
-
-
Field Summary
Fields Modifier and Type Field Description private static booleanDEBUG
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisDebuggingEnabled()Returns whether debugging is enabled.
-