Package opendap.util
Class Debug
- java.lang.Object
-
- opendap.util.Debug
-
public class Debug extends Object
A minimal implementation of a globally-accessible set of Debug flags.
-
-
Constructor Summary
Constructors Constructor Description Debug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
static boolean
isSet(String flagName)
static Set
keySet()
static void
set(String flagName, boolean value)
-