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