Class Environment
java.lang.Object
com.apple.foundationdb.relational.util.Environment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDebug()Checks whether the environment of the currently running process is a debug environment, this is usually set when running tests and should be used to e.g.
-
Constructor Details
-
Environment
public Environment()
-
-
Method Details
-
isDebug
public static boolean isDebug()Checks whether the environment of the currently running process is a debug environment, this is usually set when running tests and should be used to e.g. trigger extra logging or diagnostics.- Returns:
trueif the environment of the currently running process is debug, otherwisefalse.
-